PickFromQueue Action
Assigns a queue item to a user and optionally remove the queue item from the queue.
Bound entities
Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
queueitem | entity |
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
SystemUser
|
systemuser | False | True | The user to assign the queue item to. |
RemoveQueueItem
|
Edm.Boolean | False | True | The queue item to remove. |