Skip to content

Get object state

Overview

Get the current state for an object.

Signature

GET /vueda.workflow/workflows/{app_label}/{model}/object-state/{object_id}/

Parameters

NameTypeRequiredDescription
app_labelstringyes
modelstringyes
object_idstringyes
fstring[]noSelects a sparse subset of fields to include in the response.

Returns

ObjectStateResponse

Responses

200 OK

Returns ObjectStateResponse

403 Forbidden

Returns WorkflowPermissionError

404 Not Found

Returns WorkflowNotFoundError

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2