API Guide

Table Of Contents
/api/DeviceService/Actions/
DeviceService/Devices(Id)Actions/
DeviceService.UploadFSDCertificate
This API represents Field Service Debug (FSD) certificate information.
POST method for uploading FSD certificate
This method returns information about the FSD certificate upload process.
Description Returns information about the FSD certificate upload process.
Privilege VIEW
HTTP response
code
201
Example request
body
{
deviceId: DeviceID
payLoadData: [FSD Certificate]
}
/api/DeviceService/PowerStates
This URI represents the power states of the devices.
GET method for PowerStates
This method returns a list of the power states that the devices can be in.
Description
Returns a list of power states.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.PowerState)",
"@odata.count": 3,
"value": [
{
"PowerState": 1,
"Name": "UNKNOWN",
"Description": "Unknown"
},
{
"PowerState": 17,
"Name": "ON",
"Description": "On"
},
{
"PowerState": 18,
"Name": "OFF",
"Description": "Off"
}
]
}
272 Devices