Get a collection of top-level links
get/
Returns a list containing a link to only top-level collections surfaced by this API. These top level links include the server information endpoint.
1{2 "links": [3 {4 "method": "GET",5 "rel": "info",6 "href": "/SASLogon/info",7 "uri": "/SASLogon/info",8 "type": "application/json"9 }10 ],11 "version": 112}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK - returns the collection of top level links | Headers | Schema |