Get a list of top-level links

get/
Internal-Use Only

Returns a list of links at the top-level collections that this API provides.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "annotations",
6 "href": "/annotations/annotations",
7 "uri": "/annotations/annotations",
8 "type": "application/vnd.sas.collection"
9 },
10 {
11 "method": "POST",
12 "rel": "create",
13 "href": "/annotations/annotations",
14 "uri": "/annotations/annotations",
15 "type": "application/vnd.sas.annotation",
16 "responseType": "application/vnd.sas.annotation"
17 }
18 ],
19 "version": 1
20}

Responses

StatusMeaningDescription
200OKThe API link list is available.HeadersSchema