Get a collection of top-level links
get/
Returns a collection of links to the top-level collections.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "self",7 "href": "/insights",8 "uri": "/insights",9 "type": "application/vnd.sas.api"10 },11 {12 "method": "POST",13 "rel": "/explain",14 "href": "/insights/explain",15 "uri": "/insights/explain",16 "type": "application/vnd.sas.api"17 }18 ]19}