List all accounts count
GET {{baseUrl}}/v1/accounts/count?viewId=<long>
Get accounts count
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
viewId | string | Custom view ID | |
startsWith | string | Displays the number of accounts whose first name or last name begins with the letter you specify. Displays the total number of accounts if you do not specify a letter. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":"10"}