OrderBy
Properties
Name | Type | Required | Description |
---|---|---|---|
index | int | ❌ | Sorting priority index, starting from '1'. Optional if only one element in orderBy array is specified |
field_name | FieldName | ❌ | Field name by which to sort the contacts |
direction | OrderByDirection | ❌ | Sorting direction |
FieldName
Field name by which to sort the contacts
Properties
Name | Type | Required | Description |
---|---|---|---|
FIRSTNAME | str | ✅ | "firstName" |
LASTNAME | str | ✅ | "lastName" |
EXTENSIONNUMBER | str | ✅ | "extensionNumber" |
PHONENUMBER | str | ✅ | "phoneNumber" |
str | ✅ | "email" | |
JOBTITLE | str | ✅ | "jobTitle" |
DEPARTMENT | str | ✅ | "department" |
OrderByDirection
Sorting direction
Properties
Name | Type | Required | Description |
---|---|---|---|
ASC | str | ✅ | "Asc" |
DESC | str | ✅ | "Desc" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs