Skip to content

WorkflowStateHistoryView

Overview

Return the history of the target object's workflow state.

This is not the target model's audit log. It reports the recorded states of the object's ObjectState row. DynamicObjectView has already checked the target object's read permission by the time get runs, so the response never describes an object the caller cannot read.

get

Signature

get(self, request, args, kwargs)

Parameters

NameTypeRequiredDescription
selfyes
requestyes
argsyes
kwargsyes

Source

server/vueda/history/views.py:33

serializer_class

Source

server/vueda/history/views.py:21

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