DpaStatus

  • This documentation describes the JSON response structure for checking the status of a Data Processing Agreement (DPA).

  • The response includes a status field indicating the DPA status (using the DpaStatusEnum) and an optional message field for further information.

Response from the DPA to status query.

JSON representation
{
  "status": enum (DpaStatusEnum),
  "message": string
}
Fields
status

enum (DpaStatusEnum)

Status of the DPA.

message

string

Optional human readable message.