Retrieve the version history of a workflow definition.
GET/api/v1/accounts/:accountId/definitions/:definitionId
Use this resource to explore different versions of a workflow definition. Results are ordered in the descending order of the version.
Request
Responses
- 200
- 400
List of definitions. If there are no definitions by the specified definition id, an empty list is returned.
Definition id is invalid (not a valid uuid).