Get a list of top-level resource links

get/
Internal-Use Only

Returns a list of links to the top-level resources in this API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "domains",
7 "href": "/referenceData/domains",
8 "uri": "/referenceData/domains",
9 "type": "application/vnd.sas.collection",
10 "itemType": "application/vnd.sas.data.reference.domain"
11 },
12 {
13 "method": "POST",
14 "rel": "createDomain",
15 "href": "/referenceData/domains",
16 "uri": "/referenceData/domains",
17 "type": "application/vnd.sas.data.reference.domain",
18 "responseType": "application/vnd.sas.data.reference.domain"
19 },
20 {
21 "method": "GET",
22 "rel": "bulkExport",
23 "href": "/referenceData/domainEntries",
24 "uri": "/referenceData/domainEntries",
25 "type": "text/csv"
26 },
27 {
28 "method": "POST",
29 "rel": "bulkImport",
30 "href": "/referenceData/domainEntries",
31 "uri": "/referenceData/domainEntries",
32 "type": "text/csv",
33 "responseType": "multipart/mixed"
34 },
35 {
36 "method": "GET",
37 "rel": "globalVariables",
38 "href": "/referenceData/globalVariables",
39 "uri": "/referenceData/globalVariables",
40 "type": "application/vnd.sas.collection",
41 "itemType": "application/vnd.sas.data.reference.global.variable"
42 },
43 {
44 "method": "POST",
45 "rel": "createGlobalVariable",
46 "href": "/referenceData/globalVariables",
47 "uri": "/referenceData/globalVariables",
48 "type": "application/vnd.sas.data.reference.global.variable",
49 "responseType": "application/vnd.sas.data.reference.global.variable"
50 }
51 ]
52}

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema