Trigger Search

Returns information about all triggers that match the search parameters.

Examples

Below are a few examples that demonstrate some common queries. Each example illustrates
the parameters that need to be sent as request parameters.

All triggers for a run

{
  "runId": "555"
}

All triggers for a branch

{
  "branchId": "555"
}

All triggers for a source

{
  "source": "Kinetic Request"
}

All triggers for a source id

{
  "source": "Kinetic Request",
  "sourceId": "cefa0736-724d-11e7-8783-11d1da2061fc"
}

All triggers for a tree

{
  "source": "Kinetic Request",
  "group": "services > laptop-order",
  "tree": "Submitted"
}

All triggers for a global routine

{
  "source": "-",
  "group": "-",
  "tree": "Calculate SLA"
}

All triggers for a date range

(timeline defaults to createdAt)

{
  "start": "2017-01-01",
  "end": "2017-02-01"
}

All triggers after a certain date

(timeline defaults to createdAt)

{
  "start": "2017-01-01"
}

All triggers before a certain date

(timeline defaults to createdAt)

{
  "end": "2017-01-01"
}
Language
Authorization
Basic
base64
:
URL