Get a list of top-level links
get/
Returns a list of links at the top-level collections that this API provides.
1{2 "links": [3 {4 "method": "GET",5 "rel": "annotations",6 "href": "/annotations/annotations",7 "uri": "/annotations/annotations",8 "type": "application/vnd.sas.collection"9 },10 {11 "method": "POST",12 "rel": "create",13 "href": "/annotations/annotations",14 "uri": "/annotations/annotations",15 "type": "application/vnd.sas.annotation",16 "responseType": "application/vnd.sas.annotation"17 }18 ],19 "version": 120}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The API link list is available. | Headers | Schema |