ContactFolder

Id

The id of a contact folder.


Type integer
Description

An optional description of the folder.


Type string
FolderCount

Amount of subfolders available.


Type integer
GroupCount

Amount of groups in this folder.


Type integer
ContactCount

Total amount of contacts in all groups in this folder.


Type integer
Name

The name of the folder.


Type string
Additional info
Required, Max length: 50
ParentFolderId

The id of the parentFolder. If you want to create a root folder, you can omit this property.


Type integer
Additional info
Range: inclusive between 0 and 32767
Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.


Type Hateoas

Related Methods

Retrieve all contacts folders which match the passed criteria

Retrieve a contact folder by id.