Skip to main content

Create data system relationship

Creates a new data system relationship.

Path Parameters
organizationId uuid REQUIRED
Request Body REQUIRED
name string REQUIRED

Possible values: length ≤ 256

status string REQUIRED

Possible values: [active, archived, test]

description string

Possible values: length ≤ 1042

dataSystems uuid[]
Responses
201

Default Response

Schema OPTIONAL
id uuid
dateCreated integer
dateUpdated integer
organizationId uuid
name string

Possible values: length ≤ 256

readOnly boolean OPTIONAL
status string

Possible values: [active, test, archived]

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
predefineId 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"