Parameter Group
The Parameter Group object extends the base ParameterGroup object within the catalog.
This object contains the following attributes:
id
string
Unique identifier of the parameterGroupDefinition.
Example: PGD-1234-5678-9012
revision
unit, core
(Read-only) The revision number used for platform-level versioning.
Example: 3
name
string, core
A descriptive name for the group.
Example: Basic info
label
string, core
A translatable value for the step label shown on UI.
Example: Business details
description
string, core
A description of the group.
Example: Essential details of a business
parameters
object, core
Represents the orderedParameter object, which contains parameters included in the group.
Example:
Ordered Parameter Group object
Represents a parameterGroup instance that has already been added to a form. Because the same parameterGroup can be reused across multiple forms in a different order, this entity is required. If the parameterGroup definition changes, the parameterGroup also changes to reflect those updates.
This object contains the following attributes:
displayOrder
integer, core
The order of the parameterGroup within the form. Example: 100
Ordered Parameter object
Represents a parameter that has already been added to a group. Since the same parameter can be added to multiple groups in a different order, this entity is required. If the parameter definition changes, this grouped parameter also changes to reflect those updates.
displayOrder
integer, core
The order of the parameter within the group.
Example: 100
Parameter Value object
The parameter object contains the value of the given parameter, along with additional information such as the value and validation error. This is a snapshot of the groupedParameter object.
id
string, core
A unique identifier for the parameter value object.
Example: PVH-1234-5678-9012
externalId
string
(Read-only) The ID of the parameter in the external system.
Example: customer_address
revision
uint, core
(Read-only) Included to support new platform entity revisioning.
name
string, core
The name of the parameter.
value
string, core
(Optional) The parameter value.
displayValue
string
(Optional) The display value of the parameter.
displayOrder
integer, core
The order of the parameter within the group
scope
string, core
The scope of the parameter. Allowed values are form or case.
phase
string, core
The parameter phase. Allowed values:request or response.
constraints
object
Represents the constraints parameter, which stores a snapshot of the parameter's definition.
error
object
(Optional) Represents the error object. When specified represents a parameter validation error.
Example:
Last updated
Was this helpful?