Get All Devices or Templates
02/07/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /edge/{edgeUuid}/all-devices/{type}/{pageNo}
Description: Get all the devices or all the template by pagination
Request (Get All Devices or Templates)
02/07/2020 | 2 minutes to read
Parameters
edgeUuid, type, pageNo, pageSize
Parameter |
Value |
Description |
DataType |
edgeUuid |
required |
UUID Format |
String |
type |
required |
String |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (Get All Devices or Templates)
02/07/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}