Get an annotation
get/annotations/{annotationId}
Returns information about a single annotation that is based on its unique ID.
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}