StaticcreateThe unique identifier for the data subject
The type of DSAR request
The created DSAR request
StaticgetGet the status of a DSAR request.
The request ID
The request if found, undefined otherwise
StaticfulfillFulfill a DSAR request by generating the data export. For 'access' and 'portability' requests, generates data export. For 'erasure' requests, performs the erasure operation.
The request ID
Fulfillment options
The fulfilled request
StaticcompleteMark a DSAR request as complete. Valid transitions: fulfilled -> delivered -> completed
The request ID
The completed request
StaticgetGet all requests for a specific data subject.
The data subject ID
Array of DSAR requests for the data subject
StaticgetGet all requests of a specific status.
The status to filter by
Array of DSAR requests with the specified status
StaticgetGet all pending requests that have exceeded their deadline.
Array of expired DSAR requests
StaticrejectReject a DSAR request with a reason.
The request ID
The rejection reason
The rejected request
StaticstartStart processing a request (transition from pending to in_progress).
The request ID
The request in progress
StaticmarkMark a request as delivered to the data subject.
The request ID
The delivered request
Create a new DSAR request.