Get a collection of top-level links

get/
Internal-Use Only

Returns a collection of links to the top-level collections that are surfaced through this API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "rows",
7 "href": "/rowSets/tables/{tableId}/rows",
8 "uri": "/rowSets/tables/{tableId}/rows",
9 "type": "application/vnd.sas.collection",
10 "itemType": "application/vnd.sas.data.row"
11 },
12 {
13 "method": "POST",
14 "rel": "rowsBasedOnWhereCondition",
15 "href": "/rowSets/tables/{tableId}/rows",
16 "uri": "/rowSets/tables/{tableId}/rows",
17 "type": "text/plain",
18 "responseType": "application/vnd.sas.collection",
19 "responseItemType": "application/vnd.sas.data.row"
20 },
21 {
22 "method": "GET",
23 "rel": "rowSet",
24 "href": "/rowSets/tables/{tableId}/rowSet",
25 "uri": "/rowSets/tables/{tableId}/rowSet",
26 "type": "application/vnd.sas.collection",
27 "itemType": "application/vnd.sas.data.row.set"
28 },
29 {
30 "method": "POST",
31 "rel": "rowSetBasedOnWhereCondition",
32 "href": "/rowSets/tables/{tableId}/rowSet",
33 "uri": "/rowSets/tables/{tableId}/rowSet",
34 "type": "text/plain",
35 "responseType": "application/vnd.sas.data.row.set"
36 }
37 ]
38}

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema