List Submission Events
List submission events since a start
time or since the last cursor_id
, filtered by team, division, or pingid.
Authorizations
Supports Token
-prefixed API keys and Bearer
-prefixed JWT-based authentication.
Query Parameters
Optional. If iterating through a result set, this is the cursor ID to start from, obtained from the last response's cursor_id field.
Optional. The division UUID to filter results by. (Must include at least one of division, team, or pingid.)
1
Optional. The maximum number of results returned in a page.
1 <= x <= 250
Optional. The pingid to filter results by. (Must include at least one of division, team, or pingid.)
1
Optional. Start timestamp for which results will be returned. All timestamps are UTC. It should be formatted like %Y%m%d%H%M%S
. E.g. Jan 1 2023 1:00 PM
would be given as 20230101130000
.
Optional. The team UUID to filter results by. (Must include at least one of division, team, or pingid.)
1
Response
The response is of type object
.