Room Locators
A list of endpoints related to Room Locators.
My Room Locators
GET https://api.automator.cloud/roomlocators/@me
Gives you a list of all Room Locators of the currently signed in user.
This endpoint requires the room_locators scope.
Headers
Name
Type
Description
Authorization
string
The access token of the user
{
"room_locators": [
{
"major": 1,
"minor": 0982,
"reported_state": "DETECTED"
},
{
"major": 1,
"minor": 0582,
"reported_state": "NOT_DETECTED"
}
]
}Room Locator Status
GET https://api.automator.cloud/roomlocators/:major/:minor
Gives you informationa about the current status of the room locator
This endpoint requires the room_locators scope
Path Parameters
Name
Type
Description
minor
string
The minor ID of the RoomLocator
major
string
The major ID of the RoomLocator
Query Parameters
Name
Type
Description
at
number
Amount of millis since 1970 to timestamp at which state is needed
Headers
Name
Type
Description
Authorization
string
The access token of the RoomLocator
Last updated
Was this helpful?