Skip to main content
GET
/
api
/
annotation
/
supported
Returns the list of supported annotation content types.
curl --request GET \
  --url https://{install}/api/annotation/supported \
  --header 'Authorization: Bearer <token>'
[
  {
    "version": 123,
    "name": "<string>",
    "description": "<string>",
    "author": "<string>",
    "icon": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Response

List of supported annotation types.

version
integer<int32>
name
string
description
string
author
string
icon
string