Get a collection of top-level links

get/
Internal-Use Only

Returns a collection of links to the top-level collections.

Request Samples

1

Response Samples

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

Responses

StatusMeaningDescription
200OKThe version information for the API, as well as the top-level API entry points.Schema
404Not FoundThe service is not availableSchema