Newer Version Available
Actionable List Metadata
- JSON Example
-
1{ 2 "quickActionList": [ 3 { 4 "metadataDetailRepresentation": [ 5 { 6 "column": "Phone", 7 "label": "Account Phone" 8 } 9 { 10 "column": "Home_Phone", 11 "label": "Home Phone" 12 } 13 ], 14 "quickActionType": "Phone" 15 } 16 ], 17 "statusCountList": [ 18 { 19 "count": 0, 20 "iconName": "action:approval", 21 "id": "0x5SG00000000XtYAI", 22 "status": "Closed" 23 }, 24 { 25 "count": 0, 26 "iconName": "action:preview", 27 "id": "0x5SG00000000XuYAI", 28 "status": "Triage" 29 }, 30 { 31 "count": 3, 32 "iconName": "action:call", 33 "id": "0x5SG00000000XvYAI", 34 "status": "Call" 35 }, 36 { 37 "count": 0, 38 "iconName": "action:new_event", 39 "id": "0x5SG00000000XwYAI", 40 "status": "Follow up" 41 }, 42 { 43 "count": 64, 44 "iconName": "action:fallback", 45 "id": "0x5SG00000000XxYAI", 46 "status": "Lead" 47 }, 48 { 49 "count": 1, 50 "iconName": null, 51 "id": null, 52 "status": null 53 } 54 ] 55}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| quickActionList | Quick Actions Metadata[] | List of quick actions with their metadata. | Small, 58.0 | 58.0 |
| statusCountList | Actionable List Member Status[] | List of actionable list member statuses and count of actionable list members in each status for the actionable list ID specified in the request. | Small, 58.0 | 58.0 |