Get list of top-level links

get/
Internal-Use Only

Returns a list of top-level links to the resources available in the service.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/reports/reports",
7 "uri": "/reports/reports",
8 "type": "application/vnd.sas.collection"
9 }
10 ],
11 "version": 1
12}

Responses

StatusMeaningDescription
200OKReturn top-level links in type application/vnd.sas.api.HeadersSchema
400Bad RequestThe request was invalid. An error in the request resulted in failure to perform the action. See the error codes table for further details.HeadersSchema