Get a list top-level resource links

get/
Internal-Use Only

Returns a list of top-level resource links provided by the Data Quality API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "environments",
7 "href": "/dataQuality/environments",
8 "uri": "/dataQuality/environments",
9 "type": "application/vnd.sas.collection",
10 "itemType": "application/vnd.sas.data.quality.environment"
11 },
12 {
13 "method": "GET",
14 "rel": "qkbs",
15 "href": "/dataQuality/qkbs",
16 "uri": "/dataQuality/qkbs",
17 "type": "application/vnd.sas.collection",
18 "itemType": "application/vnd.sas.data.quality.qkb"
19 }
20 ]
21}

Responses

StatusMeaningDescription
200OKThe request succeeded. A list of resources was returned.Schema