Get a collection of all currently-usable links
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.
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}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 308 | Permanent Redirect | The request is redirected to a new permanent URL. | Headers | Schema |