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 Name | Data Type | Description |
---|---|---|
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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"modifiedTime":"2020-10-29T12:11:51.890Z","contactEmailId":"jackcarol@zylker.com","requestType":"ACCESS_REQUEST","recordType":"ALL","module":"allEntities","query":null,"downloadURL":null,"modifiedById":"7000000000247","referenceTicketNumber":null,"sarNumber":"141","createdTime":"2020-10-29T12:11:51.890Z","id":"7000000092437","createdById":"7000000000247","status":"INITIATED"}