Newer Version Available

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

sObject Named Layouts

Retrieves information about alternate named layouts for a given object.

Syntax

URI
/services/data/vXX.X/sobjects/Object/describe/namedLayouts/layoutName
Available since release
31.0
Formats
JSON, XML
HTTP methods
GET
Authentication
Authorization: Bearer token
Request body
None

Example

/services/data/v54.0/sobjects/User/describe/namedLayouts/UserAlt

This example retrieves information on the “UserAlt” named layout for User.

Usage

Use this resource to get information on a named layout for a given object. You must provide a valid named layout name as part of the resource URI.

To get a list of named layouts for a given object, use the sObject Describe resource and look for the “namedLayoutInfos” field in the response body.