For Fetching All Templates with Pagination
02/13/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /templates/{templateTypeUUID}/{pageNo}
Description: For Fetching All Templates with Pagination
Request (For Fetching All Templates with Pagination)
02/13/2020 | 2 minutes to read
Parameters
templateTypeUUID, pageNo, pageSize
Parameter |
Value |
Description |
DataType |
templateTypeUUID |
required |
UUID Format |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (For Fetching All Templates with Pagination)
02/13/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}