Search Tickets
Search tickets.
Notes
- URLs
- queryString should be URL encoded; For example + should be encoded as %2B
- example url before encoding
https://aldermore.api.opsramp.com/api/v2/tenants/de0100ee-17da-072d-f0a7-c020941c600f/incidents/search?status:Closed,Resolved&queryString=startCreationDate:2023-05-13T00:00:00+endCreationDate:2023-05-14T00:00:00 0000
- example url after encoding
https://Aldermore.api.opsramp.com/api/v2/tenants/de0100ee-17da-072d-f0a7-c020941c600f/incidents/search?status:Closed,Resolved&queryString=startCreationDate:2023-05-13T00:00:00%2BendCreationDate:2023-05-14T00:00:000000
- Default time-span is 30 days when user doesn't specify ticket
startCreationDate
andendCreationDate
Path Parameters
- ticketEntity
Supported service desk entity.These are case sensitive.
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- tenantId
Describes the clientId or mspId of the tenant
Query Parameters
- uniqueId
Ticket uuid
- status
Current status of ticket.
- Enum:
- NewOpenPendingResolvedClosedOn Hold
- priority
Current priority of ticket.
- Enum:
- LowNormalHighUrgentVery Low
- subject
A short summary of incident.
- startCreationDate
Filter response with request creation date. Provide from date.
- endCreationDate
Filter response with request creation date. Provide to date.
- extTicketId
External ticket ID
- endResolvedDate
Provide to resolved date. Example: 2016-08-14T07:49:59 0000 (GMT)
- startResolvedDate
Filter tickets with the resolved date. Provide from resolved date.
- endClosedDate
Provide to closed date.
- startClosedDate
Filter tickets with the closed date. Provide the from closed date.
- maxReOpens
Maximum number of times tickets is reopened.
- minReOpens
Minimum number of times ticket is reopened.
- maxResolutionTime
Maximum resolution time of tickets.
- minResolutionTime
Minimum resolution time of tickets.
- minResponseTime
Minimum response time of time bound request.
- assigneeGroupIds
ID of the group to which the ticket is assigned. Group uuid
- endResolutionBreachDate
Provide to date.
- startResolutionBreachDate
Filter tickets with resolution breach date. Provide from date.
- endResponseBreachDate
Provide to date.
- startResponseBreachDate
Filter time bound request with response breach date. Provide from date.
- firstContactFix
Problem fixed without assigning to another group.
- Enum:
- truefalse
- sourcePolicyType
Source policy type of the ticket. Eg: AUTOINCIDENT
- Enum:
- AUTOINCIDENTINTEGRATION
- source
Source of the time bound request. Eg: PORTAL
- Enum:
- PORTALINTEGRATIONMOBILEEMAIL
- deviceId
Unique ID of the device.
- oldPriority
Previous priority of ticket request. eg High
- Enum:
- LowNormalHighUrgentVery Low
- oldStatus
Previous status of ticket request. Eg: Resolved
- Enum:
- NewOpenPendingResolvedOn Hold
- requester
User who requests the time bound request. Example: USR0000000129
- endUpdationDate
Provide the to date.
- startUpdationDate
Filter ticket request with the updation date.
- assignedTo
User who has been assigned ticket. Example: USR0000000129
- responseBreach
Response to tickets beyond the time limit.
- Enum:
- falsetrue
- resolutionBreach
Tickets fixed within the time limit.
- Enum:
- truefalse
- maxResponseTime
Maximum response time of time bound request.
- include
To include details on customFields, statusFlow while querying for the ticket details.
- Enum:
- customFieldsstatusFlow
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder