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