Get top-level resource links
get/
Returns a list of links to the top-level resources that are available through the API. These top-level links include create and retrieve operations for /files.
1{2 "version": 1,3 "links": [4 {5 "method": "HEAD",6 "rel": "checkState",7 "href": "/files/files",8 "uri": "/files/files",9 "type": "application/json"10 },11 {12 "method": "POST",13 "rel": "create",14 "href": "/files/files",15 "uri": "/files/files",16 "type": "*/*",17 "responseType": "application/vnd.sas.file"18 },19 {20 "method": "GET",21 "rel": "files",22 "href": "/files/files",23 "uri": "/files/files",24 "type": "application/vnd.sas.collection"25 },26 {27 "method": "POST",28 "rel": "bulkFiles",29 "href": "/files/files",30 "uri": "/files/files",31 "type": "application/vnd.sas.selection",32 "responseType": "application/vnd.sas.collection"33 }34 ]35}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
503 | Service Unavailable | Service Temporarily Unavailable The service is not available. |