API Guide

"Count": 1
},
{
"StatusType": 3000,
"Count": 0
},
{
"StatusType": 4000,
"Count": 0
},
{
"StatusType": 5000,
"Count": 0
}
]
},
{
"@odata.id": "/api/DeviceService/DeviceSummary(8000)",
"DeviceType": 8000,
"TotalCount": 1,
"DeviceStatusSummary": [
{
"StatusType": 1000,
"Count": 0
},
{
"StatusType": 2000,
"Count": 0
},
{
"StatusType": 3000,
"Count": 1
},
{
"StatusType": 4000,
"Count": 0
},
{
"StatusType": 5000,
"Count": 0
}
]
}
]
}
/api/DeviceService/DeviceSlotType
This URI represents the slot types.
GET method for DeviceSlotType
This method returns a list of the available slot types.
Description
Returns a list of slot types.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(DeviceService.DeviceSlotType)",
"@odata.count": 6,
212 Devices