Get Document Layout

get

/rest/v7/commerceProcesses/{processVarName}/layouts/{mainDocVarName}

Transaction Layout Service returns CPQ transaction desktop layout definitions for UI frameworks to consume. The desktop layout definition contains - Layout parameters and properties for panels, tabs, columns, action strips, and transaction line grids - Properties for actions and attributes - Translations for layout items.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Commerce Process Layout
Type: object
Show Source
Nested Schema : components-collection
Type: object
Show Source
Nested Schema : parameter
Type: object
Show Source
Nested Schema : translations
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : component
Type: object
Show Source
Nested Schema : Component Type Code
Type: object
Title: Component Type Code
The Component Type Code for a component
Show Source
Nested Schema : Hide for selected Segments
Type: object
Title: Hide for selected Segments
Hide for selected Segments Indicator
Show Source
Nested Schema : Input Type Code
Type: object
Title: Input Type Code
Input Type Code
Show Source
Nested Schema : Operations
Type: object
Title: Operations
The possible Operations for the component
Show Source
Nested Schema : Resource Variable Name
Type: object
Title: Resource Variable Name
Resource Variable Name for a component
Show Source
Nested Schema : subDocAttrMapping
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : operation
Type: object
Show Source
Nested Schema : operationType
Type: object
Show Source
Nested Schema : Resource Variable Name
Type: object
Title: Resource Variable Name
Resource Variable Name
Show Source
Nested Schema : subDocAttrMappingObj
Type: object
Show Source
Nested Schema : Data Type
Type: object
Title: Data Type
Parameter Data Type
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : translation
Type: object
Show Source
Nested Schema : Language
Type: object
Title: Language
Language
Show Source
Back to Top

Examples

The following example shows how to retrieve the desktop layout definition for a specific Commerce process by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X GET - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v7/commerceProcesses/oraclecpqo/layouts/transaction
Back to Top