Newer Version Available

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

Get sObject Quick Actions

Returns a specific object’s actions as well as global actions. This resource is available in REST API version 28.0 and later.

This resource returns all actions—both global and standard—in addition to the ones requested.

When working with actions, also refer to Quick Actions.

Syntax

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

Example

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