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.
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}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
406 | Not Acceptable | The specified media type is not supported. | Schema | |
500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |