Get templates by template type
Get templates by template type. The adminBasic or adminAdvanced privilege is required.
Request:
Parameter | Description | Data Type |
---|---|---|
templateType | Required. The type of the template to be retreived. | String |
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/templates/{templateType} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"templates": [
{
"templateId": "string",
"templateName": "string"
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| List of templates of a given type | Inline | |
| error | ||
| error |
Response details
Status Code 200
TemplateDescriptions
Name | Type | Required |
---|---|---|
| ||
|
| |
|
|