Relation
Create relation
Create a new relation object.
post/api/v1/relations
Request body
Example request
{
"id": 1,
"type": "edit",
"parent": "https://example.rossum.app/api/v1/annotations/123",
"annotations": [
"https://example.rossum.app/api/v1/annotations/124",
"https://example.rossum.app/api/v1/annotations/125"
],
"url": "https://example.rossum.app/api/v1/relations/1"
}Response
Created
Example response
{
"id": 1,
"type": "edit",
"parent": "https://example.rossum.app/api/v1/annotations/123",
"annotations": [
"https://example.rossum.app/api/v1/annotations/124",
"https://example.rossum.app/api/v1/annotations/125"
],
"url": "https://example.rossum.app/api/v1/relations/1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.