Get Device By Organization with Type and Pagination
02/10/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /org/{orgUuid}/edge/{edgeUuid}/devices/{pageNo}
Description: Get Device By Organization with Type and Pagination
Request (Get Device By Organization with Type and Pagination)
02/10/2020 | 2 minutes to read
Parameters
orgUuid, edgeUuid, pageNo, pageSize, type
Parameter |
Value |
Description |
DataType |
orgUuid |
required |
UUID Format |
String |
edgeUuid |
required |
String |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
type |
required |
String |
String |
Response (Get Device By Organization with Type and Pagination)
02/10/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}