Validate ITSM ticket using the ITSM integration setting available for the profile

Prev Next
Get
/api/access/{profileId}/environments/{environmentId}/itsm/{ticketType}/validate/{ticketId}
Security
HTTP
Type bearer
Path parameters
profileId
stringRequired

Profile ID to get the effective ITSM settings

environmentId
stringRequired

Environment ID to get the effective ITSM settings

ticketType
stringRequired

Ticket type for the validation

ticketId
stringRequired

Ticket Id for the validation

Responses
200

Successful operation

Expand All
object
success
boolean

Validation result

message
string

Validation message

ticketDetails
object

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

404

Profile, environment or ticketType not found