Workflow Activity
Retrieve workflow activity
Get a workflow activity object.
get/api/v1/workflow_activities/{workflowActivityID}
Response
OK
Example response
{
"id": 7540,
"url": "https://example.rossum.app/api/v1/workflow_activities/7540",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"annotation": "https://example.rossum.app/api/v1/annotations/314159",
"workflow": "https://example.rossum.app/api/v1/workflows/7540",
"workflow_step": "https://example.rossum.app/api/v1/workflow_steps/7540",
"workflow_run": "https://example.rossum.app/api/v1/workflow_runs/7512",
"assignees": [
"https://example.rossum.app/api/v1/users/1",
"https://example.rossum.app/api/v1/users/2"
],
"action": "step_started",
"note": "The workflow step started",
"created_at": "2021-04-26T10:08:03.856648Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.