Export all subject data from Zoho Desk

POST {{baseUrl}}/v1/subjectAccessRequests/exportAll

This API exports data related to the subject, from your Zoho Desk portal.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
module (required)<string>
max chars : 100
Name of the modules from which the resources must be fetched. Values allowed are tickets and contacts. If you want to fetch resources from both modules, pass the value allEntities.
fieldConditions<list>
Field-related conditions, based on which the data must be filtered.
contactEmailId (required)<string>
max chars : 100
Email ID of the user who made the request.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;modifiedTime&quot;:&quot;2020-10-29T12:11:51.890Z&quot;,&quot;contactEmailId&quot;:&quot;jackcarol@zylker.com&quot;,&quot;requestType&quot;:&quot;ACCESS_REQUEST&quot;,&quot;recordType&quot;:&quot;ALL&quot;,&quot;module&quot;:&quot;allEntities&quot;,&quot;query&quot;:null,&quot;downloadURL&quot;:null,&quot;modifiedById&quot;:&quot;7000000000247&quot;,&quot;referenceTicketNumber&quot;:null,&quot;sarNumber&quot;:&quot;141&quot;,&quot;createdTime&quot;:&quot;2020-10-29T12:11:51.890Z&quot;,&quot;id&quot;:&quot;7000000092437&quot;,&quot;createdById&quot;:&quot;7000000000247&quot;,&quot;status&quot;:&quot;INITIATED&quot;}