Skip to main content

Get data system contacts

Gets the data system contacts for an organization.

Path Parameters
organizationId uuid REQUIRED
Query Parameters
id
name string

Possible values: length ≤ 256

status string[]

Possible values: [active, archived, test]

sort string

Possible values: [dateCreated, dateUpdated, id, name, status]

order string
offset integer
limit integer

Possible values: value ≤ 1000

Responses
200

Default Response

Schema OPTIONAL
offset integer OPTIONAL
count integer OPTIONAL
total integer
items object[] OPTIONAL
id uuid
dateCreated integer
dateUpdated integer
organizationId uuid
name string

Possible values: length ≤ 256

email email

Possible values: length ≤ 256

phoneNumber string

Possible values: length ≤ 256

status string

Possible values: [active, test, archived]

contactType OPTIONAL
description OPTIONAL
dataSystems object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

crossBorder boolean OPTIONAL
retention duration OPTIONAL
additionalNotes OPTIONAL
dataSystemContacts object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

dataSystemDestinations object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

dataSystemRelationship OPTIONAL
dataSystemSecurityMeasures OPTIONAL
dataSystemOrigins object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

dataSystemProcessingActivities object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

dataSystemProcessingPurposes object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

dataSystemDataCategories object[] OPTIONAL
id uuid
name string

Possible values: length ≤ 256

pIIType OPTIONAL
dateCreated integer OPTIONAL
dateUpdated integer OPTIONAL
organizationId uuid OPTIONAL
organizationName string OPTIONAL
status string OPTIONAL
dataSystemTypeId string OPTIONAL
dataSystemType OPTIONAL
projectIds OPTIONAL
400

Bad request response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string

Description of the error encounted.

401

Unauthorized response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string
403

Forbidden response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string
message string
404

Not found response.

Schema OPTIONAL
statusCode int32
error string
message string
422

Unprocessable Entity response.

Schema OPTIONAL
statusCode int32
error string
message string

Description of the error encounted.

500

Internal server error response.

Schema OPTIONAL
statusCode int32
error string
message string

Will always be "Internal Server Error"