Get the event history of an app version
GET/app-versions/:id/release-events
Gives back the recorded events of an app version, newest first, walked with a before cursor: pass a response's next_before back as before to read the next page, and stop once it comes back null. total_count and available_actors are present on the first page only.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 400
- 401
- 403
- 404
- 412
- 500
Release events
Bad request
Unauthorized
Permission denied
Release not found
Standard license required
Internal Server Error