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 NameData TypeDescription
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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;count&quot;:&quot;3&quot;}