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 Queue
Output representation of the actionable list member queue details.
- JSON Example
-
1{ 2 "queues": [ 3 { 4 "name": "Queue1", 5 "id": "1sgxx0000000001AAA" 6 }, 7 { 8 "name": "Queue2", 9 "id": "1sgxx0000000001BAA" 10 } 11 ] 12}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| id | String | Queue ID associated with actionable list member object. | Small, 59.0 | 59.0 |
| name | String | Queue name associated with actionable list member object. | Small, 59.0 | 59.0 |