Get object state
Overview
Get the current state for an object.
Signature
GET /vueda.workflow/workflows/{app_label}/{model}/object-state/{object_id}/
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| app_label | string | yes | |
| model | string | yes | |
| object_id | string | yes | |
| f | string[] | no | Selects a sparse subset of fields to include in the response. |
Returns
Responses
200 OK
Returns ObjectStateResponse
403 Forbidden
Returns WorkflowPermissionError
404 Not Found
Returns WorkflowNotFoundError