Relationships
get
Authorizations
AuthorizationstringRequired
Query parameters
orderingstringOptional
Which field to use when ordering the results.
aspect_typestring · enumOptionalPossible values:
aspect_type
is_privatestringOptional
is_private
from_content_typestringOptional
from_content_type
to_content_typestringOptional
to_content_type
from_object_idstringOptional
from_object_id
to_object_idstringOptional
to_object_id
pageintegerOptional
Page number to retrieve (1-indexed).
page_sizeintegerOptional
Number of results per page. Defaults to the pagination class's page size and respects the configured maximum.
Responses
200Success
application/json
get
/relationships/200Success
post
Authorizations
AuthorizationstringRequired
Body
entity_typestring · enumRequiredPossible values:
from_idintegerRequired
to_idintegerRequired
start_datestring · dateRequired
end_datestring · date | nullableOptional
aspect_typestring · enum | nullableOptionalPossible values:
strengthnumber | nullableOptional
is_privatebooleanOptionalDefault:
falseResponses
201Success
application/json
post
/relationships/201Success
get
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200Success
application/json
get
/relationships/{id}/200Success
put
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
start_datestring · dateOptional
end_datestring · date | nullableOptional
aspect_typestring · enum | nullableOptionalPossible values:
strengthnumber | nullableOptional
is_privatebooleanOptional
Responses
200Success
application/json
put
/relationships/{id}/200Success
delete
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
204Success
delete
/relationships/{id}/204Success
No content
patch
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
start_datestring · dateOptional
end_datestring · date | nullableOptional
aspect_typestring · enum | nullableOptionalPossible values:
strengthnumber | nullableOptional
is_privatebooleanOptional
Responses
200Success
application/json
patch
/relationships/{id}/200Success
get
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Query parameters
pageintegerOptional
Page number to retrieve (1-indexed).
page_sizeintegerOptional
Number of results per page. Defaults to the pagination class's page size and respects the configured maximum.
Responses
200Success
application/json
get
/relationships/{id}/state-history/200Success
Last updated