Get a collection of top-level links

get/

Returns a list of links to the top-level collections surfaced through this API.

Request Samples

1

Response Samples

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

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema