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