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