DescribeApprovalLayoutResult

The describeApprovalLayout() call returns a DescribeApprovalLayoutResult object containing top-level record type information about the passed-in sObjectType.

Your client application can traverse this object to retrieve detailed metadata about the approval layout.

NameTypeDescription
approvalLayoutsDescribeApprovalLayout[]List of all the approval layouts in use by the object.

DescribeApprovalLayout 

Represents an individual item in the DescribeApprovalLayout list.

NameTypeDescription
idIDUnique ID of this ApprovalLayout. For information on IDs, see ID Field Type.
labelstringLabel of the approval layout.
layoutItemsDescribeLayoutItem[]Array of one or more fields assigned to the approval layout.
namestringAPI name of the approval layout.