Get a list of top-level resource links

get/
Internal-Use Only

The API root. Returns a list of links to the top-level resources that are surfaced through the API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "job-definitions",
7 "href": "/jobDefinitions/definitions",
8 "uri": "/jobDefinitions/definitions",
9 "type": "application/vnd.sas.collection"
10 },
11 {
12 "method": "POST",
13 "rel": "createJobDefinition",
14 "href": "/jobDefinitions/definitions",
15 "uri": "/jobDefinitions/definitions",
16 "type": "application/vnd.sas.job.definition"
17 },
18 {
19 "method": "POST",
20 "rel": "createJobDefinitions",
21 "href": "/jobDefinitions/definitions",
22 "uri": "/jobDefinitions/definitions",
23 "type": "application/vnd.sas.collection"
24 }
25 ]
26}

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema