Get a list of top-level links

get/
Internal-Use Only

Get a list of top level links.

Request Samples

1

Response Samples

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

Responses

StatusMeaningDescription
200OKOK.HeadersSchema
404Not FoundService is not availableSchema