Get
/api/access/{profileId}/environments/{environmentId}/itsm/{ticketType}/search
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 ITSM ticket searching
Query parameters
searchText
string
The text for searching
Responses
200
Successful operation
object
totalCount
integer
Total count of search result
maxResults
integer
Maximum result count
tickets
object
List of the tickets with the details like id, number, title, assignee, priority, etc.
404
Profile, environment or ticketType not found