v2
OpenAPI 3.1.02026-07-263411923.0 MBWorkflow status times
Create a workflow status time for a master feature
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`
post/master_features/{master_feature_id}/workflow_status_times
Path parameters
master_feature_idstring required
MasterFeatureId identifier
Request body
Example request
{
"workflow_status_time": {
"started_at": "2019-01-01T00:00:00Z",
"ended_at": "2019-01-01T00:00:00Z"
}
}Response
Successful operation