Page History
...
Field | Fieldname | Field Type | Description | Workflows version |
---|---|---|---|---|
Workflow State | state | TEXT | Search for content in a particular workflow state. | 4.10 |
Has Workflow | hasworkflow | TEXT | Search for content that has any workflow applied. (Use true as the text value) | 5.1 |
Workflow State Expiry | stateexpiry | DATE | Search for content by workflow state expiry date. | 4.11 |
Workflow State Change | statechange | DATE | Search for content by workflow state changed date. | 4.11 |
Workflow Approval Assignee | approvalassignee | USER | Search for content that has a particular user as an approval assignee | 4.12 |
Workflow Approver | approver | USER | Search for content already approved by a particular user | 4.12 |
Workflow Task Assignee | workflowtaskassignee | USER | Search for content that has tasks assigned to a given user | 5.1 |
Example
To search for pages in the Draft state (i.e., the fieldname) you could use the following call:
Code Block | ||
---|---|---|
| ||
http://<confluence_url>/rest/api/content/search?cql=state=Draft |