Get Document Layout

get

/rest/v16/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
Component type code for a component.
Show Source
Nested Schema : displayType
Type: object
Show Source
Nested Schema : Input Type Code
Type: object
Title: Input Type Code
Input type code.
Show Source
Nested Schema : jetDisplayType
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/v16/commerceProcesses/oraclecpqo/layouts/transaction
Back to Top