Tickets
Autocomplete Problems
Returns tickets whose type is "problem" and whose subject contains the string specified in the text parameter.
You can specify the text parameter in the request body rather than the query string. Example:
{"text": "fire"}
Allowed For
- Agents
post/api/v2/problems/autocomplete
Query parameters
textstring
The text to search for
Request body
Response
Successful response
ListTicketProblemsResponse required