All commands for the REST API interface should point to:
https://rest.devices.raceresult.com
You should ensure to include Connection: close in all calls to ensure the connections are not left open which may cause our servers to activate security protocols which will block your IP address.
Commands available through the rest interface include:
- Listing available devices and statuses
- Listing available files from systems
- Retrieving passings
- Send decoder commands (Remote Control)
- Check REST interface status
Commands are sent via either GET or POST requests (according to the specific request) and will use the token generated during authorization.
Response data is returned in JSON format, according to the command sent in specified data Models.
URL Parameters
{customerID} - The ID of the customer which should be queried (Integer)
{deviceID} - The ID of the device which should be queried (String)
{FileNo} - The file number to be queried (Integer)
HTTP Status Codes
200 - OK
400 - Bad Request
500 - Internal Server Error