Validate the filter criteria and ticket for the ITSM integration settings

Prev Next
Post
/api/itsm-integration/filter-validation
Security
HTTP
Type bearer
Body parameters

The filter, ticket and other relevant data for the validation

Expand All
object
connectionId
string

ITSM connection id for connecting to ITSM instance

ticketType
string

Type or category of the ticket

filter
object

Optional. The JSON formatted filter. The filter for Jira and ServiceNow should have "jql" key and "sysparm_query" key respectively.

property*
string additionalProperties
ticketId
string

Ticket ID for validation

variableMap
object

Map to provide the variable values for the validation. These value will be loaded to filter at runtime.

property*
string additionalProperties
Responses
200

Filter validated successfully

Expand All
object
success
boolean

Validation result

message
string

Validation message

ticketDetails
object

Ticket details like id, number, title, assignee, priority, etc.