Newer Version Available

This content describes an older version of this product. View Latest

Get sObject Quick Action Details

Returns a specific action’s descriptive detail. This resource is available in REST API version 28.0 and later.

When working with actions, also refer to Quick Actions.

Syntax

URI
/services/data/vXX.X/sobjects/sObject/quickActions/actionName/describe/
Formats
JSON, XML
HTTP Method
GET
Authentication
Authorization: Bearer token
Parameters
None required

Example

Example Request
1curl https://MyDomainName.my.salesforce.com/services/data/v59.0/sobjects/Account/quickActions/CreateContact/describe/ -H "Authorization: Bearer token"