Get All the Sandboxes by User UUID through Pagination
02/12/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /user/{userUuid}/list/{pageNo}
Description: Get All the Sandboxes by User UUID through Pagination
Request (Get All the Sandboxes by User UUID through Pagination)
02/12/2020 | 2 minutes to read
Parameters
userUuid, pageNo, pageSize
Parameter |
Value |
Description |
DataType |
userUuid |
required |
UUID Format |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (Get All the Sandboxes by User UUID through Pagination)
02/12/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}