Get Resource

Get the resource file

URL:

GET http://api.aurelon.com/api/v2/resource/{ResourceGUID}

Request Headers:

MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication

Response:

Return the resource file specify in command as content type application/octet-stream

Success:

200 OK : Resource file binary stream

Error:

  • 401 Unauthorized : {“Message”: “Invalid MisKey”}
  • 401 Unauthorized : {“Message”: “Invalid HardwareHash”}
  • 404 Unauthorized : {“Message”: “ResourceGUID not found”}
  • 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header required”}
  • 500 Internal Server Error : {“Message”: “Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?