Gets the API object
get/
The API object contains a set of links for the supported endpoints.
1{2 "version": 1,3 "links": [4 {5 "method": "POST",6 "rel": "generateCode",7 "href": "/studioDevelopment/code",8 "uri": "/studioDevelopment/code",9 "type": "application/vnd.sas.code.generation.request",10 "responseType": "application/vnd.sas.code.generation.request"11 }12 ]13}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |