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
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
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
delete
/api/annotations/{resource_id}

Last updated

Was this helpful?