Get the links for the API

get/
Internal-Use Only

Returns the links to the top-level resources for the API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "scoreDefinitions",
7 "href": "/scoreDefinitions/definitions",
8 "uri": "/scoreDefinitions/definitions",
9 "type": "application/vnd.sas.collection"
10 },
11 {
12 "method": "POST",
13 "rel": "createScoreDefinition",
14 "href": "/scoreDefinitions/definitions",
15 "uri": "/scoreDefinitions/definitions",
16 "type": "application/vnd.sas.score.definition",
17 "responseType": "application/vnd.sas.score.definition"
18 }
19 ]
20}

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema