Get a list of top-level resource links

get/
Internal-Use Only

Returns a list of links to the top-level resources that are surfaced through this API.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "string",
6 "rel": "string",
7 "uri": "string",
8 "href": "string",
9 "title": "string",
10 "type": "string",
11 "itemType": "string",
12 "responseType": "string",
13 "responseItemType": "string"
14 }
15 ]
16}

Responses

StatusMeaningDescription
200OKThe request succeeded. A list of top-level link objects was returned.Schema
404Not FoundNo root resource exists at the requested path. Check the URI for errors.Schema