Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Actionable List Member Queues
Output representation of the fetch request of the queues that contain the actionable list
member as a supported object.
- JSON Example
-
1{ 2 "queues": [ 3 { 4 "name": "Queue1", 5 "id": "1sgxx0000000001AAA" 6 }, 7 { 8 "name": "Queue2", 9 "id": "1sgxx0000000001BAA" 10 } 11 ], 12 "nextPageCursor": "0xxdr45", 13 "status": { 14 "code": 200, 15 "message": "Fetched all Queues" 16 } 17}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| nextPageCursor | String | Next page cursor of filtered actionable list member supporting queues. | Small, 59.0 | 59.0 |
| queues | Actionable List Member Queue[] | List of actionable lists assigned to the querying user. | Small, 59.0 | 59.0 |