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.

Get a Quick Action Layout

Get information about the record layout used by a Create a Record or Update a Record quick action.
Resource
1/ui-api/actions/layout/${actionApiName}

actionApiName—The API name of a quick action.

Available Version
58.0
HTTP Method
GET
Example

This example returns information about the record layout used by the Create Case quick action on the Account object.

1GET /services/data/v67.0/ui-api/actions/layout/Account.CreateCase
Request parameters
Parameter Name Type Description Required or Optional Available Version
objectApiName String API name of the object. Optional 60.0
recordTypeId String ID of the record type. Optional 60.0
Response Body
Quick Action Layout