Get list of top-level links
get/
Returns a list of top-level links to the resources available in the service.
1{2 "links": [3 {4 "method": "GET",5 "rel": "collection",6 "href": "/reports/reports",7 "uri": "/reports/reports",8 "type": "application/vnd.sas.collection"9 }10 ],11 "version": 112}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Return top-level links in type application/vnd.sas.api. | Headers | Schema |
400 | Bad Request | The request was invalid. An error in the request resulted in failure to perform the action. See the error codes table for further details. | Headers | Schema |