Annotations
Get single annotation
Returns a single annotation based on the ID supplied
GET
/
api
/
annotations
/
{id}
Authorizations
X-Auth-Token
string
headerrequiredPath Parameters
id
string
requiredID of annotation to fetch
Response
200 - application/json
id
string
The ID of the annotation
projectId
string
The ID of the project
traceId
string
The ID of the trace
comment
string
The comment of the annotation
isThumbsUp
boolean
The thumbs up status of the annotation
userId
string
The ID of the user
createdAt
string
The created at of the annotation
updatedAt
string
The updated at of the annotation
email
string
The email of the user