Using API to get closed tickets ( Requests )
Is there a way to get closed tickets using the API?
Here is an example of the input_data I send:
{
"list_info": {
"get_total_count": true,
"search_fields": {
"template.name": "TemplateName",
"udf_fields.udf_char46": "search string..."
},
"fields_required": [
"udf_fields.udf_char46"
]
}
}