Skip to main content
GET
/
projects
/
{projectId}
/
annotations
/
tags
Get Annotation Tags
curl --request GET \
  --url https://{regionAndDomain}.com/api/app/projects/{projectId}/annotations/tags \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": 123,
    "name": "<string>",
    "project_id": 123,
    "has_annotations": true
  }
]

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

Response

Success

id
number
name
string
project_id
number
has_annotations
boolean

whether the tag is currently attached to any annotations