Get an API object
get/
Returns the API object that contains a set of links for the supported endpoints.
1{2 "links": [3 {4 "href": "string",5 "itemType": "string",6 "method": "string",7 "rel": "string",8 "responseItemType": "string",9 "responseType": "string",10 "title": "string",11 "type": "string",12 "uri": "string"13 }14 ],15 "version": 116}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |