GET api/monitoring/unitmonitor/{userID}/{token}/{serviceID}
Monitoring controller for use by Matrix staff
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userID |
The user id from user authentication |
unsigned integer |
Required |
token |
The token from user authentication |
string |
Required |
serviceID |
The service id being queried |
unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A bool indicating if units position is within 2 mins
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>