Annotations

Get Resource Annotations By Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Query parameters
pageintegerOptionalDefault: 0
limitinteger · min: 1OptionalDefault: 100
orderany ofOptional
stringOptional
or
nullOptional
ordersany ofOptional
string[]Optional
or
nullOptional
directionany ofOptional
stringOptional
or
nullOptional
searchany ofOptional
stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
get
/api/annotations/{resource_id}

Create Resource Annotations

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Bodyobject · Annotation[]
keystringRequired
valuestringRequired
Responses
chevron-right
200

Successful Response

application/json
post
/api/annotations/{resource_id}

Delete Resource Annotation

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Query parameters
keystringRequired
Responses
chevron-right
200

Successful Response

application/json
delete
/api/annotations/{resource_id}

Last updated

Was this helpful?