Get a list of top-level links
get/
Returns a list of links to the top-level collections that are surfaced through the API.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "decisionsRuntimeBuilderRoot",7 "href": "/decisionsRuntimeBuilder",8 "uri": "/decisionsRuntimeBuilder",9 "type": "application/vnd.sas.api"10 },11 {12 "method": "GET",13 "rel": "updateScr",14 "href": "/decisionsRuntimeBuilder/update",15 "uri": "/decisionsRuntimeBuilder/update",16 "responseType": "application/vnd.sas.microanalytic.module"17 }18 ]19}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. A collection of link objects was returned. | Headers | Schema |