Get a collection of top-level links

get/
Internal-Use Only

Returns a list containing a link to only top-level collections surfaced by this API. These top level links include the server information endpoint.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "info",
6 "href": "/SASLogon/info",
7 "uri": "/SASLogon/info",
8 "type": "application/json"
9 }
10 ],
11 "version": 1
12}

Responses

StatusMeaningDescription
200OKOK - returns the collection of top level linksHeadersSchema