Get a collection of all currently-usable links

(Deprecated)
get/

The API object contains a set of links for the supported endpoints. This endpoint has been deprecated and replaced by the GET /dataMiningProjectResources endpoint.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "retrainJobs",
7 "href": "/dataMiningProjectResources/projects/{projectId}/retrainJobs",
8 "uri": "/dataMiningProjectResources/projects/{projectId}/retrainJobs",
9 "type": "application/vnd.sas.job.execution.job"
10 },
11 {
12 "method": "GET",
13 "rel": "champion",
14 "href": "/dataMiningProjectResources/projects/{projectId}/retrainJobs/@lastJob/champion",
15 "uri": "/dataMiningProjectResources/projects/{projectId}/retrainJobs/@lastJob/champion",
16 "type": "application/vnd.sas.analytics.data.mining.model"
17 }
18 ]
19}

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
308Permanent Redirect

The request is redirected to a new permanent URL.

HeadersSchema