Authorization: ********************
{
"ticket_template_id": 0,
"project_id": 0,
"request_mask": "string",
"template_id": 0,
"template_project_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/listtickettemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_template_id": 0,
"project_id": 0,
"request_mask": "string",
"template_id": 0,
"template_project_id": 0
}'
{
"enabled_templates": [
{
"ticket_template_id": 0,
"template_name": "string",
"project_id": 0,
"template": "string",
"template_entity_version": "string",
"is_active": true,
"created_by_id": "string",
"created_date": "1s",
"project_title": "string",
"assigned_project": [
0
]
}
],
"ticket_project_template": [
{
"ticket_template": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
},
"project_description": [
{
"project_id": 0,
"project_title": "string"
}
]
}
]
}