Skip to main content
POST
List changes

Restrictions

Authorizations

app_key
string
query
required

App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.

Body

application/json
start_time
integer<int64>

Unix timestamp in seconds for the start of the query window.

end_time
integer<int64>

Unix timestamp in seconds for the end of the query window.

p
integer<int64>

Page number, starting at 1.

Required range: x >= 1
limit
integer<int64>
default:10

Number of items per page.

Required range: 1 <= x <= 100
channel_ids
integer<int64>[]

Filter by collaboration channel IDs.

integration_ids
integer<int64>[]

Filter by reporting integration IDs.

orderby
enum<string>

Field to sort the result by.

Available options:
start_time,
last_time
asc
boolean

Sort in ascending order when true.

include_events
boolean

Include the underlying change events for each change when true.

query
string

Free-text or regular-expression search over change fields.

Response

Success

Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.

request_id
string
required

Unique ID for this request. Mirrored in the Flashcat-Request-Id response header. Include it when reporting issues.

Example:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

data
object
required

Endpoint-specific payload. See each operation's 200 response schema.