/sessions/currentUser/workLists - Create a worklist
Creates a new worklist.
End-point
POST | /sessions/currentUser/workLists |
Query string parameters
Field | Description |
---|---|
|
The name entered by the user for the new worklist. |
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 |
---|---|---|
|
Information about the new worklist. |