Workflow status times

List workflow status times for a release

This API endpoint should be treated carefully as it could allow you to create invalid status transition times. It requires activation on the account. Please contact support@aha.io to request access.

If you are looking to only list the workflow status history on a record, you can do so like this:
`/api/v1/<your-record-type>?fields=reference_num,workflow_status_times`
get/releases/{release_id}/workflow_status_times

Path parameters

release_idstring required

ReleaseId identifier

Query parameters

pagestring
per_pagestring

Response

Successful operation

Changes

Changed in 1 of the 5 revisions of this API.2

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter per_page

      new-optional-request-parameter