Get the links for the API
get/
Returns the links to the top-level resources for the API.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "scoreDefinitions",7 "href": "/scoreDefinitions/definitions",8 "uri": "/scoreDefinitions/definitions",9 "type": "application/vnd.sas.collection"10 },11 {12 "method": "POST",13 "rel": "createScoreDefinition",14 "href": "/scoreDefinitions/definitions",15 "uri": "/scoreDefinitions/definitions",16 "type": "application/vnd.sas.score.definition",17 "responseType": "application/vnd.sas.score.definition"18 }19 ]20}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |