API integration
This page explains how to manipulate your data subject right requests directly in Dastra without integrating the javascript SDK thanks to our Rest API.
The object of the data subject right request
API's Endpoints
Create a new data subject rights request in Dastra
Path Parameters
Name
Type
Description
{
"id": 0,
"title": "string",
"locale": "string",
"archived": true,
"archivedDate": "2022-08-31T10:24:32.381Z",
"personCategory": "Prospect",
"complex": true,
"dateClosed": "2022-08-31T10:24:32.381Z",
"areaId": 0,
"state": "Open",
"description": "string",
"message": "string",
"resolutionMessage": "string",
"email": "string",
"phoneNumber": "string",
"givenName": "string",
"familyName": "string",
"dateCreation": "2022-08-31T10:24:32.381Z",
"dateUpdate": "2022-08-31T10:24:32.381Z",
"workFlowStep": {
"id": 0,
"label": "string",
"color": "string",
"order": 0,
"itemLimit": 0,
"type": "DataSubject",
"finalStep": true,
"initialStep": true,
"descriptionHtml": "string",
"mappedState": "string"
},
"workFlowStepId": 0,
"channel": "Internal",
"refId": "string",
"userId": "string",
"purposes": [
"Unknown"
],
"closedReason": "None",
"closedReasonDescription": "string",
"expiryTime": "2022-08-31T10:24:32.381Z",
"address": "string",
"zipCode": "string",
"city": "string",
"countryCode": "st",
"nbMessages": 0,
"nbMessagesNotViewed": 0,
"remainingDays": 0,
"closingTime": 0,
"additionalDatas": "string",
"userNotified": true,
"dateUserNotified": "2022-08-31T10:24:32.381Z",
"sendNotification": true,
"emailValidationDate": "2022-08-31T10:24:32.381Z",
"mailValidated": true,
"referrerUrl": "string",
"demandId": "string",
"identityValidated": true,
"dateIdentityValidated": "2022-08-31T10:24:32.381Z",
"widgetId": 0
}Retrieve an existing data subject rights request via its ID
Path Parameters
Name
Type
Description
Retrieve a paginated list of data subject rights requests
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Update a data subject rights request
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete a data subject rights request via its ID
Path Parameters
Name
Type
Description
Change the process step of the data subject right request
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Archive a data subject right request via its ID
Path Parameters
Name
Type
Description
Remove archived status from a DSR request
Path Parameters
Name
Type
Description
Last updated
Was this helpful?