Application Download Service.
Service Url: GET /registration/{registrationSerialNumber}
Path Parameters:
registrationSerialNumber – The RegistrationSerialNumber of the device
Query Parameters: None
Request Body: None
Response Body:
RetrieveRegistrationInformationResponse
deviceId – String
deviceType – String
deviceName – String
locationID – String
licenceInformation – String
additionalData – Map<String,String>
Example Request:1http://localhost:8080/WebRestApi/rest/applicationDownloads/registration/YCUAQZA7SAJRK
Example Response:
{
"deviceId": "hht2@0001.enactor",
"deviceType": "HHT_NATIVE",
"deviceName": "HHT2@0010",
"locationID": "0001",
"additionalData": {
"Server.EMProc.URL.Base": "http://192.168.8.100:8080",
"hostName": "192.168.8.100",
"Service.HTTPMessageServiceServlet.URL": "http://192.168.8.100:8080/WebCore/HTTPMessageServiceServlet",
"expiryDate": "Fri Feb 11 00:00:00 IST 2022",
"Server.EMWS.URL.Base": "http://192.168.8.100:8080",
"Server.BOWS.URL.Base": "http://192.168.8.100:8080",
"port": "8080",
"Server.RPS.URL.Base": "http://192.168.8.100:8080",
"Server.IMProc.URL.Base": "http://192.168.8.100:8080",
"Service.LocationID": "0001",
"applicationId": "ESTATE_MANAGER",
"Server.RRS.URL.Base": "http://192.168.8.100:8080"
}
}