Get Activities of User Organization Using User UUID AND Org UUID
02/12/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /activity/org/{orgUuid}/{pageNo}
Description: Get Activities of User Organization Using User UUID Identifier and Organization UUID Identifier
Request (Get Activities of User Organization Using User UUID AND Org UUID)
02/12/2020 | 2 minutes to read
Parameters
pageNo, pageSize
Parameter |
Value |
Description |
DataType |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (Get Activities of User Organization Using User UUID AND Org UUID)
02/12/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}