No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Platform Action
Action links are one type of platform action and are therefore represented as platform
action response bodies.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionUrl | String | For action links, if the subtype is Ui, this is the URL to
the UI. If the subtype is Download, this is the download URL. Otherwise, this
value is null. To call an Api or an ApiAsync action link, make a PATCH request to the Action Link resource and set status to Pending. |
Medium, 31.0 | 31.0 |
| apiName | String | The API name. This value may be null. | Medium, 32.0 | 32.0 |
| confirmationMessage | String | If this action requires a confirmation and has a status of New, this is a default localized message that should be shown to an end user prior to invoking the action. Otherwise, this is null. | Medium, 31.0 | 31.0 |
| executingUser | User Summary | User who initiated execution of the platform action. | Medium, 31.0 | 31.0 |
| groupDefault | Boolean | true if this platform action is the default or primary platform action in the platform action group; false otherwise. There can be only one default platform action per platform action group. | Small, 31.0 | 31.0 |
| iconUrl | String | The URL of the icon for the platform action. This value may be null. | Medium, 32.0 | 32.0 |
| id | String | The ID of the platform action. The 18-character ID of the action link definition. | Small, 31.0 | 31.0 |
| label | String | The localized label for this platform action. | Small, 31.0 | 31.0 |
| modifiedDate | Date | ISO8601 date string, for example, 2011-02-25T18:24:31.000Z | Small, 31.0 | 31.0 |
| platformActionGroup | Reference | A reference to the platform action group containing this platform action. | Small, 31.0 | 31.0 |
| status | String | The execution status of the platform action. Values are:
For action links only, you can update the status by making a PATCH request to the /connect/action-links/actionLinksId resource. |
Small, 31.0 | 31.0 |
| subtype | String | The
subtype of an action link. Values are:
|
Small, 31.0 | 31.0 |
| type | String | The type of platform action. Values are:
|
Small, 31.0 | 31.0 |
| url | String | Chatter REST API resource URL for the platform action. | Small, 31.0 | 31.0 |