Object workflow state

/objects/(type)/(objectid)/(version)/workflowstate

Resource representing the object workflow state.

Methods

GET

Output: ObjectWorkflowState
  Retrieves the current workflow state.

PUT

Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.

Input: ObjectWorkflowState
Output: ExtendedObjectVersion
  Sets the workflow state.

If the object has an automatic title PUT will result in 401.