Get privacy request status

Retrieves the current status and details of a privacy request.

Authentication

Impilo-API-Keystring
API Key authentication via header

Path parameters

idlongRequired

Response

Request found
completedAtstring or nullformat: "date-time"

The date/time when processing completed.

createdAtstring or nullformat: "date-time"

The date/time when the request was created in the system.

failureReasonstring or null
Reason for failure, if the request failed.
idlong or null
Unique identifier for the privacy request.
jurisdictionenum or null
The regulatory jurisdiction for this request.
Allowed values:
matchedPatientCountinteger or null

Number of patients matched (populated for ambiguous match failures).

metadatamap from strings to objects or null
Optional metadata associated with this request.
processingStartedAtstring or nullformat: "date-time"

The date/time when processing started.

receivedAtstring or nullformat: "date-time"

The date/time when the request was received from the data subject.

statusenum or null
The current status of the request.
subjectobject or null
The data subject and their identifiers.
typeenum or null
The type of privacy request.
Allowed values:
updatedAtstring or nullformat: "date-time"

The date/time when the request was last updated.

Errors