This API returns the main entry endpoints for assets and locations.
| METHOD |
GET |
| Request URI |
<production url>/ |
Response Parameters
| Parameter |
Data Type |
Required? |
Description |
| _links |
Object |
Yes |
A collection of hyperlinks for executing operations on any device (asset). |
| assets |
link |
Yes |
A URL template to search assets. |
| locations |
link |
Yes |
A URL template to search locations. |
Sample Response
{
"_links": {
"assets": {
"href": "http://<production URL>/v1/assets"
},
"locations": {
"href": "http://<production URL>/v1/locations"
}
}
}