Get a rule variable
get
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleVersions/{RuleVersionId}/child/ruleVariables/{VariableId}
Request
Path Parameters
-
RuleVersionId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
VariableId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
businessRuleDefinitionsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Business Rule Definitions resource and used to uniquely identify an instance of Business Rule Definitions. The client should not generate the hash key value. Instead, the client should query on the Business Rule Definitions collection resource in order to navigate to a specific instance of Business Rule Definitions to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : businessRuleDefinitions-ruleVersions-ruleVariables-item-response
Type:
Show Source
object-
ArtifactCode: string
Title:
CodeRead Only:trueMaximum Length:50The unique code of the list of values data artifact resource. -
ArtifactName: string
Title:
NameRead Only:trueMaximum Length:50The name of the list of values data artifact resource. -
AttributeCode: string
Title:
Attribute CodeMaximum Length:200The rule variable attribute unique code, such as STUDENT_GRADE. -
AttributeCodeAlias: string
Title:
Attribute AliasMaximum Length:500The alias name of the rule variable attribute. -
AttributeDataTypeCode: string
Title:
Data Type CodeMaximum Length:30The rule variable attribute data type code, for example, a string, number or date. A list of accepted values is defined in the lookup type ORA_HEY_ATTRIBUTE_TYPE. -
AttributeName: string
Title:
Attribute NameMaximum Length:50The name of a rule variable attribute. -
AttributeSequence: integer
(int32)
Title:
Attribute Sequence NumberDefault Value:1The sequence of the attribute in the variable. -
DataTypeMeaning: string
Title:
Data TypeRead Only:trueMaximum Length:80The meaning of the rule variable attribute data type code, for example, a string, number or date. A list of accepted values is defined in the lookup type ORA_HEY_ATTRIBUTE_TYPE. -
DefaultValue: string
Title:
Default ValueMaximum Length:512The default value of a rule variable attribute. -
DefaultValueJSON: string
(byte)
Title:
Default Value JSON FormatDefault value of the attribute in JSON format. Used by list or multicolumn list variables. -
Description: string
Title:
DescriptionMaximum Length:240The description of a rule variable. -
InOutMeaning: string
Title:
Variable Value UsageRead Only:trueMaximum Length:80The meaning of the variable value usage code, for example, the code meaning indicates whether the value is received, provided or both received and provided. A list of accepted values is defined in the lookup type ORA_HEY_VARIABLE_USAGE. -
InputOutputTypeCode: string
Title:
Variable Value Usage CodeMaximum Length:30The code to indicate how the value of rule variable is used, for example, the code indicates whether the value is received, provided or both received and provided. A list of accepted values is defined in the lookup type ORA_HEY_VARIABLE_USAGE. -
InternalVariableCode: string
Title:
Internal Variable CodeMaximum Length:200The internally generated code for the variable, such as UNIT_GRADE. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LookupTypeCode: string
Title:
List of Values Lookup TypeMaximum Length:30The list of values lookup type of a rule variable attribute. -
LovArtifactId: integer
(int64)
Title:
List of Values IDThe list of values data artifact resource ID of a rule variable attribute. -
LovDisplayFields: string
Title:
List of Values Display FieldsMaximum Length:900The comma separated display field names of the list of values resource associated with this attribute. These field names can be displayed on the UI. -
LovFinder: string
Title:
List of Values Finder NameMaximum Length:900The list of values finder of a rule variable attribute. -
LovSourceResourceName: string
Title:
List of Values Source Resource NameMaximum Length:200The source resource name for the list of values resource of a rule variable attribute. -
LovValueField: string
Title:
List of Values FieldMaximum Length:900The field name of the list of values resource associated with this attribute. -
RequestAction: string
Title:
Request ActionMaximum Length:80The request action that's performed by the resource when passed by the client during an update. When set to DELETE, the record is deleted. The only accepted value for request action is DELETE. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Indicates whether a rule variable attribute is required or not. -
SourceArtifactCode: string
Title:
Source Artifact CodeRead Only:trueMaximum Length:50The unique code of the source artifact resource. -
SourceArtifactId: integer
(int64)
Title:
Source Artifact IdentifierRead Only:trueThe artifact resource identifier of the corresponding variable in the data contract. -
SourceArtifactName: string
Title:
Source Artifact NameRead Only:trueMaximum Length:50The name of the source artifact resource. -
VariableCode: string
Title:
Variable CodeMaximum Length:50The rule variable unique code, such as UNIT_GRADE. -
VariableId: integer
(int64)
Title:
Variable IDRead Only:trueThe unique identifier of a rule variable. -
VariableLockedFlag: boolean
Title:
LockedMaximum Length:1Default Value:falseIndicates whether the rule variable is locked for editing or not. The default value is N. -
VariableName: string
Title:
NameMaximum Length:50The name of a rule variable. -
VariableTypeCode: string
Title:
Variable Type CodeMaximum Length:30Default Value:ORA_HEY_SINGLE_VARIABLEThe rule variable type code, for example, a simple variable, list variable or multicolumn list variable. A list of accepted values is defined in the lookup type ORA_HEY_VARIABLE_TYPE_CODE. The default value is ORA_HEY_SINGLE_VARIABLE. -
VariableTypeMeaning: string
Title:
Variable TypeRead Only:trueMaximum Length:80The meaning of the rule variable type code, for example, a simple variable, list variable or multicolumn list variable. A list of accepted values is defined in the lookup type ORA_HEY_VARIABLE_TYPE_CODE. The default value is Single variable.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- ArtifactNameLOV
-
Parameters:
- finder:
TypeKeywordFinder%3BArtifactType%3DORA_HEY_RESOURCE%2CActive%3Dtrue
The following properties are defined on the LOV link relation:- Source Attribute: ArtifactName; Target Attribute: ArtifactName
- Display Attribute: ArtifactName
- finder:
- AttributeDataTypeCodeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{AttributeDataTypeCode}%2CLookupType%3DORA_HEY_ATTRIBUTE_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: AttributeDataTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- InputOutputTypeCodeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{InputOutputTypeCode}%2CLookupType%3DORA_HEY_VARIABLE_USAGE
The following properties are defined on the LOV link relation:- Source Attribute: InputOutputTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- VariableTypeCodeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{VariableTypeCode}%2CLookupType%3DORA_HEY_VARIABLE_TYPE_CODE
The following properties are defined on the LOV link relation:- Source Attribute: VariableTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder: