Get count of resources related to request
POST {{baseUrl}}/v1/subjectAccessRequests/count
This API returns the number of resources related to a subject access request.
OAuth Scope
Desk.settings.READ
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| fieldConditions | <list> | Field-related conditions, based on which the resources must be filtered |
| module (required) | <string> max chars : 100 | Name of the modules from which the data must be exported. Values allowed are tickets and contacts. If you want to fetch data from both modules, pass the value allEntities. |
| contactEmailId (required) | <string> max chars : 100 | Email ID of the user who made the request. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":"3"}