Get a member

get/annotations/{annotationId}/members/{memberId}
Internal-Use Only

Retrieves the member for the given annotation and member ID.

Request Samples

1

Response Samples

1{
2 "name": "A member",
3 "annotationId": "f9bd5124-418f-4326-86cf-b6d98d57778",
4 "id": "bd5124b7-318f-3326-97edf-cd79fe77758",
5 "resourceUri": "/objects/3989203-3867-1927-175d38a7421",
6 "resourceType": "column",
7 "value": "the member's value",
8 "creationTimeStamp": "2016-12-19 18:02:07.986000+00:00",
9 "modifiedTimeStamp": "2016-12-21 17:12:01.846000+00:00",
10 "createdBy": "etlguest",
11 "modifiedBy": "etlguest",
12 "links": [
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758",
17 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758",
18 "type": "application/vnd.sas.annotation.member"
19 },
20 {
21 "method": "PUT",
22 "rel": "create",
23 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758",
24 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758",
25 "type": "application/vnd.sas.annotation.member"
26 },
27 {
28 "method": "DELETE",
29 "rel": "delete",
30 "href": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758",
31 "uri": "/annotations/annotations/f9bd5124-418f-4326-86cf-b6d98d57778/members/bd5124b7-318f-3326-97edf-cd79fe77758"
32 }
33 ]
34}

Path Parameters

NameTypeRequiredDescription
annotationId
string
true

The annotation ID.

memberId
string
true

The member ID to retrieve.

Responses

StatusMeaningDescription
200OKThe annotation member was retrieved.HeadersSchema
400Bad RequestThe specified request was invalid for one of these reasons: <ul> <li>The annotation ID for the specified member is not correct. <li>The new member value exceeds the maximum allowable length. </ul>Schema
404Not FoundThe specified member does not exist.Schema