Get a list of top-level links
get/
Get a list of top level links.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "scoreExecutions",7 "href": "/scoreExecution/executions",8 "uri": "/scoreExecution/executions",9 "type": "application/vnd.sas.collection"10 },11 {12 "method": "POST",13 "rel": "createScoreExecution",14 "href": "/scoreExecution/executions",15 "uri": "/scoreExecution/executions",16 "type": "application/vnd.sas.score.execution.request",17 "responseType": "application/vnd.sas.score.execution"18 }19 ]20}