Get an orchestration
get
/crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}
Request
Path Parameters
-
OrchestrationNumber(required): string
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=
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: string
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: string
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 : orchestrations-item-response
Type:
Show Source
object-
ActivationDateTime: string
(date-time)
Title:
Activation Date TimeThe date and time when the orchestration is activated. -
ActivityRelationshipAttrName: string
Title:
Activity RelationshipMaximum Length:100The custom object primary key field name on the activity object for orchestration. It's used to stamp the custom object identifier when the activity is being generated. -
AssociationCriteriaExpression: string
(byte)
Title:
Association Criteria ExpressionThe criteria expression, in JSON format, used to associate orchestration objects to transactional objects. -
AssociationRank: integer
Title:
Association RankThe rank in which the orchestrations need to be processed during association. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
CreationMethod: string
Title:
Creation MethodMaximum Length:80Specifies the creation method for the orchestration. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the orchestration can be deleted. The value is true for orchestrations in Draft status. -
ErrorLogs: array
Error Logs
Title:
Error LogsThe error logs resource is used to view the error details. -
ImportedDateTime: string
(date-time)
Title:
Import Date TimeThe date and time when the orchestration was last imported from a different environment. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LifecycleAttributeDisplayLabel: string
Title:
Lifecycle AttributeMaximum Length:1000The display label for the lifecycle attribute from the source object view definition. -
LifecycleAttributeName: string
Title:
Lifecycle Attribute NameMaximum Length:100The name of the lifecycle attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectCode: string
Title:
Object CodeMaximum Length:100The language independent code for the current row of the orchestrations object. -
OrchestrationDescription: string
Title:
Orchestration DescriptionMaximum Length:2000The description text of the orchestration object. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration. -
OrchestrationName: string
Title:
Orchestration NameMaximum Length:100The name of the orchestration. -
OrchestrationNumber: string
Title:
Orchestration NumberMaximum Length:64The public unique identifier of the orchestration. -
OrchestrationType: string
Title:
Orchestration TypeMaximum Length:30The type of orchestration. The values are guided selling, program builder, and so on. -
PerformAction: string
Maximum Length:
100Indicates the action that can be performed on the orchestration. -
SimulationCriteriaExpression: string
(byte)
Title:
Simulation Criteria ExpressionCriteria expression (in JSON format) used to simulate Orchestration against transactional objects. -
SourceOrchestrationId: integer
(int64)
Title:
Source Orchestration IDThe identifier of the copied source orchestration when the current orchestration row is copied. -
Stages: array
Stages
Title:
StagesThe stages resource is used to view, create, update, and delete an orchestration stage. The stages are a collection of steps, objectives, and associations. -
StatusCode: string
Title:
Status CodeMaximum Length:30The status of the orchestration object. Possible values are DRAFT, ACTIVE, and ARCHIVED. -
StripingAttributeDisplayLabel: string
Title:
Striping AttributeMaximum Length:1000The display label for the striping attribute from the source object view definition. -
StripingAttributeName: string
Title:
Striping Attribute NameMaximum Length:100The striping attribute name. The striping attribute name determines which orchestration process will be used. -
StripingAttributeValue: string
Title:
Striping Attribute ValueMaximum Length:2000The striping attribute value in JSON format. -
SyncStagesRequiredFlag: boolean
Read Only:
trueMaximum Length:1Indicates if the orchestration stages need to be updated. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the orchestration can be updated. The value is true for orchestrations in Draft status.
Nested Schema : Error Logs
Type:
arrayTitle:
Error LogsThe error logs resource is used to view the error details.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Stages
Type:
arrayTitle:
StagesThe stages resource is used to view, create, update, and delete an orchestration stage. The stages are a collection of steps, objectives, and associations.
Show Source
Nested Schema : orchestrations-ErrorLogs-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
ErrorDescription: string
(byte)
Title:
Error DescriptionThe description of the error. -
ErrorLogsId: integer
(int64)
Title:
Error Logs IDThe unique identifier of the orchestration error logs. -
ErrorLogsNumber: string
Title:
Error Logs NumberMaximum Length:64The public unique identifier or alternate key of the orchestration error log. -
ErrorText: string
Title:
Error TextMaximum Length:2000Specifies the error call stack. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of the orchestration. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration stage object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration steps object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration steps object. -
SourceObjectCode: string
Title:
Source Object CodeMaximum Length:100The language independent code of the transactional object. For example, Lead or Opportunity. -
SourceObjectId: integer
(int64)
Title:
Source Object IDThe unique identifier of the source object.
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.
Nested Schema : orchestrations-Stages-item-response
Type:
Show Source
object-
ContainErrorsFlag: boolean
Title:
Contain ErrorsMaximum Length:1Indicates whether the orchestration stage contains any validation errors. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DisplaySequence: integer
(int32)
Title:
Display SequenceThe order of the orchestration stages in the orchestration administrator run time user interfaces. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of the orchestration. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberMaximum Length:64The public unique identifier of the orchestration stage object. -
StageDescription: string
Title:
Objective DescriptionMaximum Length:2000The description text of the orchestration stage object. -
StageName: string
Title:
Stage NameMaximum Length:100The name of the orchestration stage. -
StageObjectives: array
Stage Objectives
Title:
Stage ObjectivesThe stage objectives resource is used to view, create, update, and delete a stage objective. It's a free form of goals to achieve in a particular stage. -
StepObjectivesAssociations: array
Step Objective Associations
Title:
Step Objective AssociationsThe step objective associations resource is used to view, create, update, and delete a step objective association. It's the objective of performing a step. One step can be mapped to multiple objectives. -
Steps: array
Steps
Title:
StepsThe steps resource is used to view, create, update, and delete a step. Steps are individual action items such as execute a smart action, send an email, make a phone call, and so on. -
StepTasks: array
Step Tasks
Title:
Step TasksStep tasks contains the list of tasks and their related information for a given step.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Stage Objectives
Type:
arrayTitle:
Stage ObjectivesThe stage objectives resource is used to view, create, update, and delete a stage objective. It's a free form of goals to achieve in a particular stage.
Show Source
Nested Schema : Step Objective Associations
Type:
arrayTitle:
Step Objective AssociationsThe step objective associations resource is used to view, create, update, and delete a step objective association. It's the objective of performing a step. One step can be mapped to multiple objectives.
Show Source
Nested Schema : Steps
Type:
arrayTitle:
StepsThe steps resource is used to view, create, update, and delete a step. Steps are individual action items such as execute a smart action, send an email, make a phone call, and so on.
Show Source
Nested Schema : Step Tasks
Type:
arrayTitle:
Step TasksStep tasks contains the list of tasks and their related information for a given step.
Show Source
Nested Schema : orchestrations-Stages-StageObjectives-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DisplaySequence: integer
(int32)
Title:
Display SequenceThe order of the objectives in the orchestration administrator runtime user interface. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectiveDescription: string
Title:
Objective DescriptionMaximum Length:2000The description text of the orchestration stage objective object. -
ObjectiveName: string
Title:
Objective NameMaximum Length:100The name of the orchestration stage objective object. -
ObjectiveStatus: string
Title:
Objective StatusMaximum Length:30The status of the objective. Possible values are NEW or MAPPED. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestrations stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration stage object. -
StageObjectiveId: integer
(int64)
Title:
Stage Objective IDThe unique identifier of the Orchestration stage objective object. -
StageObjectiveNumber: string
Title:
Stage Objective NumberMaximum Length:64The public unique identifier of the orchestration stage objective object.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : orchestrations-Stages-StepObjectivesAssociations-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration stage object. -
OrchestrationStageObjectiveId: integer
Title:
Stage Objective IDThe unique identifier of the Orchestration stage objective object. -
OrchestrationStepId: integer
Title:
Orchestration Step IDThe unique identifier of the orchestration steps object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberMaximum Length:64The public unique identifier of the orchestration steps object. -
StageObjectiveName: string
Title:
Objective NameRead Only:trueMaximum Length:100The name of the orchestration stage objective object. -
StageObjectiveNumber: string
Title:
Stage Objective NumberMaximum Length:64The public unique identifier of the orchestration stage objective object. -
StepObjectiveAssocId: integer
(int64)
Title:
Step Objective Association IDThe unique identifier of the orchestration step objectives association object. -
StepObjectiveAssocNumber: string
Title:
Step Objective Association NumberMaximum Length:64The public unique identifier of the orchestration step objectives association object.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : orchestrations-Stages-Steps-item-response
Type:
Show Source
object-
ActivityTemplateId: integer
(int64)
Title:
Activity Template IDThe identifier for the Task and Appointment templates. -
AllowSkipFlag: boolean
Title:
Allow Step SkippingMaximum Length:1Default Value:trueIndicates whether or not to show skip or thumbs down icon in the guidance primary or secondary banner. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DaysToWait: integer
(int32)
Title:
Days to WaitDefault Value:0Specifies the number of days to wait. -
DisplaySequence: integer
Title:
Display SequenceThe order of the steps in the orchestration administrator runtime UIs. -
EmailContactsFilterCriteria: string
(byte)
Title:
Email Contacts Filter CriteriaThe criteria expression to filter the email contacts. -
EmailContsObjectCd: string
Title:
Email Contact Filter ObjectMaximum Length:1000Specifies the object,emailField and dneField names on which the email contacts criteria is built. -
EmailTemplateId: integer
(int64)
Title:
Email Template IDThe unique identifier of the email template that will be defaulted at run time. -
EvaluateOnMarkCompleteFlag: boolean
Title:
Evaluate on Marked as CompletedMaximum Length:1Default Value:falseIndicates whether or not to evaluate the success criteria when a task or an appointment is marked as complete. -
ExecutionMethod: string
Title:
Execution MethodMaximum Length:30The execution type for the orchestration step. The possible values are Manual and Automatic. -
ExitOrchestrationFlag: boolean
Title:
Exit OrchestrationMaximum Length:1Flag that indicates whether or not to exit the orchestration when a stop step occurs. -
FailureStepId: integer
(int64)
Title:
Failure Step IDThe unique identifier of the next step if the current step fails. -
FailureStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
FailureStepNumber: string
Title:
Orchestration Step NumberMaximum Length:64The public unique identifier of the orchestration steps object. -
FieldUpdateJson: string
(byte)
Title:
Field Update JSONThe JSON structure containing the list of fields to update on source object. -
GracePeriod: integer
Title:
Grace PeriodSpecifies the number of hours to wait before treating the Step as failed. This is applicable only for manual steps. -
HoursToWait: integer
Title:
Hours to WaitDefault Value:0The number of hours to wait. -
IATemplateValue: string
Title:
IA Template ValueMaximum Length:100The name of the intelligent advisor guide template. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NextStageValue: string
Title:
Next Stage ValueMaximum Length:100The value of the Stage to which you need to progress. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestrations stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The public unique identifier of the orchestration stage object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration steps object. -
OrchestrationStepName: string
Title:
Orchestration Step NameMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberMaximum Length:64The public unique identifier of the orchestration steps object. -
PreStepCondition: string
(byte)
Title:
Prestep ConditionThe condition that gets executed prior to executing the orchestration step. -
SMARTActionId: integer
(int64)
Title:
Smart Action IDThe unique identifier of the smart action. -
StepSuggestionText: string
Title:
Step Suggestion TextMaximum Length:2000The suggestion text of the orchestration step. -
StepTemplateId: integer
(int64)
Title:
Step Template IDThe unique identifier of the step template. -
StepTemplateName: string
Title:
Step Template NameRead Only:trueMaximum Length:100The name of the step template resource. -
StepTemplateStepName: string
Title:
Step Name Within Step TemplateRead Only:trueMaximum Length:100The name of the step within the step template resource. -
StepType: string
Title:
Step TypeMaximum Length:30Step Type -
SuccessCriteria: string
(byte)
Title:
Success CriteriaThe criteria used to identify whether a step is successful. -
SuccessStepId: integer
(int64)
Title:
Success Step IDThe unique identifier of the next step if current step succeeds. -
SuccessStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
SuccessStepNumber: string
Title:
Orchestration Step NumberMaximum Length:64The public unique identifier of the orchestration steps object. -
WaitForRepliesFlag: boolean
Title:
Wait for Replies FlagMaximum Length:1Default Value:falseIndicates whether the step has to wait for replies.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : orchestrations-Stages-StepTasks-item-response
Type:
Show Source
object-
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the activity ID. -
ActivityTemplateId: integer
(int64)
Title:
Activity Template IDThe identifier for the Task and Appointment templates. -
AllowSkipFlag: boolean
Title:
Allow Step SkippingMaximum Length:1Default Value:trueIndicates whether or not to show skip or thumbs down icon in the guidance primary or secondary banner. -
AssignedTo: string
Title:
Assigned ToMaximum Length:30Default Value:OWNERIndicates to whom the activity should be assigned to when it's generated. Possible values are OWNER, TEAM MEMBER, and CUSTOM CONDITION. -
AssignedToRule: string
(byte)
Title:
Assigned to RuleThe rule when AssignedTo is specified as CUSTOM_CONDITION. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DisplaySequence: integer
(int32)
Title:
Display SequenceThe order of the steps in the orchestration administrator runtime UIs. -
EmailTemplateId: integer
(int64)
Title:
Email Template IDThe unique identifier of the email template that will be defaulted at run time. -
EvaluateOnMarkCompleteFlag: boolean
Title:
Evaluate on Marked as CompletedMaximum Length:1Default Value:falseIndicates whether or not to evaluate the success criteria when a task or an appointment is marked as complete. -
FieldUpdateJson: string
(byte)
Title:
Field Update JSONThe JSON structure containing the list of fields to update on source object. -
GracePeriod: integer
Title:
Grace PeriodSpecifies the number of hours to wait before treating the Step as failed. This is applicable only for manual steps. -
IATemplateName: string
Title:
Authoring Interview Template NameRead Only:trueMaximum Length:255The name of the authoring interview template. -
IATemplateValue: string
Title:
IA Template ValueMaximum Length:100The name of the intelligent advisor guide template. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestrations stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The unique identifier of the orchestrations stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The name of the orchestration stage. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration steps object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberMaximum Length:64The public unique identifier of the orchestration steps object. -
OrchestrationStepTaskDescription: string
(byte)
Title:
Orchestration Step Task DescriptionRead Only:trueThe description of the orchestration step task. -
OrchestrationStepTaskName: string
Title:
Orchestration Step Task NameRead Only:trueMaximum Length:500The name of the orchestration step task. -
SMARTActionId: integer
(int64)
Title:
Smart Action IDThe unique identifier of the smart action. -
StepTasksId: integer
(int64)
Title:
Orchestration Step Tasks IDThe unique identifier of the orchestration step tasks object. -
StepTasksNumber: string
Title:
Orchestration Step Tasks NumberMaximum Length:64The public unique identifier of the orchestration step tasks object. -
StepTemplateId: integer
(int64)
Title:
Step Template IDThe unique identifier of the step template. -
WaitForRepliesFlag: boolean
Title:
Wait for Replies FlagMaximum Length:1Default Value:falseIndicates whether the step has to wait for replies.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- CreationMethodVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_ZCA_ORCH_DT_REC_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: CreationMethod; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ErrorLogs
-
Parameters:
- OrchestrationNumber:
$request.path.OrchestrationNumber
The error logs resource is used to view the error details. - OrchestrationNumber:
- OrchestrationSourceObjectsVA
-
Parameters:
- finder:
OrchSupportedObjectsFinder
The following properties are defined on the LOV link relation:- Source Attribute: ObjectCode; Target Attribute: ObjectCode
- Display Attribute: DisplayName
- finder:
- OrchestrationTypeVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_ZCA_ORCH_DT_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: OrchestrationType; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- PerformActionVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_ZCA_ORCH_PERFORM_ACTION
The following properties are defined on the LOV link relation:- Source Attribute: PerformAction; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- Stages
-
Parameters:
- OrchestrationNumber:
$request.path.OrchestrationNumber
The stages resource is used to view, create, update, and delete an orchestration stage. The stages are a collection of steps, objectives, and associations. - OrchestrationNumber:
- StatusCodeVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_ZCA_ORCH_DT_STATUS
The following properties are defined on the LOV link relation:- Source Attribute: StatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
Examples
The following example shows how to get an orchestration by submitting a GET request on the REST resource.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001 \ -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' | json_pp
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"OrchestrationId": 300100563170364,
"OrchestrationNumber": "CDRM_1001",
"OrchestrationName": "YYYA8",
"OrchestrationDescription": "From REST_042",
"ObjectCode": "Lead",
"StripingAttributeName": null,
"StripingAttributeValue": null,
"LifecycleAttributeName": "StatusCode",
"OrchestrationType": "GUIDEDSELLING",
"SourceOrchestrationId": null,
"StatusCode": "DRAFT",
"ActivationDateTime": null,
"AssociationRank": 1,
"CreationDate": "2022-09-26T05:57:07+00:00",
"CreatedBy": "SALES_ADMIN",
"LastUpdatedBy": "SALES_ADMIN",
"LastUpdateDate": "2022-09-26T05:57:09.285+00:00",
"DeleteFlag": true,
"UpdateFlag": true,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001",
"name": "orchestrations",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001",
"name": "orchestrations",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/child/ErrorLogs",
"name": "ErrorLogs",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/child/Stages",
"name": "Stages",
"kind": "collection"
},
{
"rel": "enclosure",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/enclosure/AssociationCriteriaExpression",
"name": "AssociationCriteriaExpression",
"kind": "other"
}
]
}