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