/documents/{docPath}/workLists - Manage documents for a worklist
Adds or removes a document from one or more worklists.
End-point
POST | /{docPath}/workLists |
Path parameters
Field | Description |
---|---|
|
Full path of the document in the repository Note: Collection
separators "/" must be encoded as "%7C".
|
Request body
Field | Type | Description |
---|---|---|
|
Information about a worklist from which a user opts to remove or add a document |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
[…] |
A worklist to which a document was successfully added or from which a document was successfully removed |