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
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request | yes | ||
| args | yes | ||
| kwargs | yes |
Source
server/vueda/history/views.py:33
serializer_class
Source
server/vueda/history/views.py:21