Find Sub-Organization by Org with pagination
02/11/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /org/{orgUuid}/org/{pageNo}
Description: Get Sub-Organization by Organization UUID Identifier with pagination
Request (Find Sub-Organization by Org with pagination)
02/11/2020 | 2 minutes to read
Parameters
orgUuid, pageNo, pageSize
Parameter |
Value |
Description |
DataType |
orgUuid |
required |
UUID Format |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (Find Sub-Organization by Org with pagination)
02/11/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}