Get Issue point in time

Returns issue details for issues associated with an entity at a specific point in time.

keyFormatNotes
propertystatus, last_seenrequired
property_end_value_filterstringoptional
If provided, the result set will be filtered to only return results where the property value at the end point in time is equal to the provided filter value.
transitionchanged, unchanged, stagnatedrequired

changed means the property had more than one value over the time period

Example: 1, 2, 3, 4

unchanged means the property had only one value over the time period

Example: 1, 1, 1, 1

stagnated means the property initially was changing but ended up unchanged (more than one consecutive trailing value are the same)

Example: 1, 2, 3, 3
startISO8601 timestamp string (UTC)required

Example: 2023-06-16T09:50:20Z
endISO8601 timestamp string (UTC)required

Example: 2023-06-26T09:50:20Z
Language
Click Try It! to start a request and see the response here!