Get an annotation

get/annotations/{annotationId}
Internal-Use Only

Returns information about a single annotation that is based on its unique ID.

Request Samples

1

Response Samples

1{
2 "name": "My Annotation",
3 "id": "f9bd5124-418f-4326-86cf-b6d98d57778",
4 "domain": "Domain1",
5 "label": "Label",
6 "description": "Gives context to one or more objects.",
7 "creationTimeStamp": "2016-12-19 18:02:07.986000+00:00",
8 "modifiedTimeStamp": "2016-12-19 18:02:07.986000+00:00",
9 "createdBy": "etlguest",
10 "modifiedBy": "etlguest",
11 "links": [
12 {
13 "method": "POST",
14 "rel": "create",
15 "href": "/annotations/annotations",
16 "uri": "/annotations/annotations",
17 "type": "application/vnd.sas.annotation",
18 "responseType": "application/vnd.sas.annotation"
19 },
20 {
21 "method": "GET",
22 "rel": "self",
23 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778",
24 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778",
25 "type": "application/vnd.sas.annotation"
26 },
27 {
28 "method": "PUT",
29 "rel": "update",
30 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778",
31 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778",
32 "type": "application/vnd.sas.annotation"
33 },
34 {
35 "method": "DELETE",
36 "rel": "delete",
37 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778",
38 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778"
39 }
40 ]
41}

Path Parameters

NameTypeRequiredDescription
annotationId
string
true

The annotation ID.

Responses

StatusMeaningDescription
200OKThe annotation exists.HeadersSchema
404Not FoundThe specified annotation does not exist.Schema