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