Get a list of top-level links

get/

Returns a list of links to the top-level collections and actions that are provided by the List Data API.

Request Samples

1

Response Samples

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

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
406Not Acceptable

The specified media type is not supported.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema