すべてのオーケストレーションの取得
get
/crmRestApi/resources/11.13.18.05/orchestrations
リクエスト
問合せパラメータ
- expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees,Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します- OrchExportImportAltKeyインポートおよびエクスポートのオーケストレーションの代替識別子。
ファインダ変数- LifecycleAttributeName; string;ライフサイクル属性の名前。
- ObjectCode; string;オーケストレーション・オブジェクトの現在の行の言語独立コード。
- OrchestrationName; string;オーケストレーションの名前。
- OrchestrationNumber; string;オーケストレーションの公開一意識別子。
- StripingAttributeName; string;ストライプ化属性名。 ストライプ化属性名によって、使用されるオーケストレーション・プロセスが決まります。
- OrchestrationNumberAltKeyオーケストレーションの代替識別子。
ファインダ変数- OrchestrationNumber; string;オーケストレーションの公開一意識別子。
- PrimaryKey主キーを含むオーケストレーションを検索します。
ファインダ変数- OrchestrationId; integer;オーケストレーションの一意の識別子。
- OrchExportImportAltKeyインポートおよびエクスポートのオーケストレーションの代替識別子。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
リソース・アイテム・ペイロードは、データのみを含めるようにフィルタされます(リンク・セクションなどは含まれません)。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:descです
- q: string
この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;Loc!=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- ActivationDateTime; string;オーケストレーションがアクティブ化される日時。
- AssociationRank; integer;関連付け時にオーケストレーションを処理する必要があるランク。
- CreationDate; string; 行が作成された日時。
- DeleteFlag; boolean;オーケストレーションを削除できるかどうかを示します。 この値は、ドラフト・ステータスのオーケストレーションに当てはまります。
- ImportedDateTime; string;オーケストレーションが別の環境から最後にインポートされた日時。
- LastUpdateDate; string; 行が最後に更新された日時。
- ObjectCode; string;オーケストレーション・オブジェクトの現在の行の言語独立コード。
- OrchestrationId; integer;オーケストレーションの一意の識別子。
- OrchestrationName; string;オーケストレーションの名前。
- OrchestrationNumber; string;オーケストレーションの公開一意識別子。
- OrchestrationType; string;オーケストレーションのタイプ。 値は、ガイド付き販売、プログラム・ビルダーなどです。
- StatusCode; string;オーケストレーション・オブジェクトのステータス。 取り得る値はDRAFT、ACTIVE、およびARCHIVEDです。
- UpdateFlag; boolean;オーケストレーションを更新できるかどうかを示します。 この値は、ドラフト・ステータスのオーケストレーションに当てはまります。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻る応答
サポートされるメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : オーケストレーション
タイプ:
ソースを表示
object
-
count(required): integer
現在の範囲で返されたリソース・インスタンスの数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースがさらにあります。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Items
コレクション内のアイテム。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合の推定行数。それ以外の場合、カウントは含まれません。
ネストされたスキーマ : orchestrations-item-response
タイプ:
ソースを表示
object
-
ActivationDateTime: string (date-time)
タイトル:
Activation Date Time
オーケストレーションがアクティブ化される日時。 -
AssociationCriteriaExpression: 文字列(バイト)
タイトル:
Association Criteria Expression
オーケストレーション・オブジェクトをトランザクション・オブジェクトに関連付けるために使用される、JSON形式の基準式。 -
AssociationRank: integer
タイトル:
Association Rank
関連付け時にオーケストレーションを処理する必要があるランク。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
DeleteFlag: boolean
読取り専用:
true
オーケストレーションを削除できるかどうかを示します。 この値は、ドラフト・ステータスのオーケストレーションに当てはまります。 -
ErrorLogs: array Error Logs
タイトル:
Error Logs
エラー・ログ・リソースは、エラー詳細の表示に使用されます。 -
ImportedDateTime: string (date-time)
タイトル:
Import Date Time
オーケストレーションが別の環境から最後にインポートされた日時。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
LifecycleAttributeName: string
タイトル:
Lifecycle Attribute Name
最大長:100
ライフサイクル属性の名前。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
ObjectCode: string
タイトル:
Object Code
最大長:100
オーケストレーション・オブジェクトの現在の行の言語非依存コード。 -
OrchestrationDescription: string
タイトル:
Orchestration Description
最大長:2000
オーケストレーション・オブジェクトの説明テキスト。 -
OrchestrationId: integer (int64)
タイトル:
Orchestration ID
オーケストレーションの一意の識別子。 -
OrchestrationName: string
タイトル:
Orchestration Name
最大長:100
オーケストレーションの名前。 -
OrchestrationNumber: string
タイトル:
Orchestration Number
最大長:64
オーケストレーションの公開一意識別子。 -
OrchestrationType: string
タイトル:
Orchestration Type
最大長:30
オーケストレーションのタイプ。 値は、ガイド付き販売、プログラム・ビルダーなどです。 -
SimulationCriteriaExpression: 文字列(バイト)
タイトル:
Simulation Criteria Expression
トランザクション・オブジェクトに対するオーケストレーションのシミュレートに使用される基準式(JSON形式)。 -
SourceOrchestrationId: integer (int64)
タイトル:
Source Orchestration ID
現在のオーケストレーション行がクローニングされたときのクローニングされたソース・オーケストレーションの識別子。 -
Stages: array Stages
タイトル:
Stages
ステージ・リソースは、オーケストレーション・ステージの表示、作成、更新および削除に使用されます。 ステージは、ステップと目標、関連付けの集合です。 -
StatusCode: string
タイトル:
Status Code
最大長:30
オーケストレーション・オブジェクトのステータス。 取り得る値はDRAFT、ACTIVE、およびARCHIVEDです。 -
StripingAttributeName: string
タイトル:
Striping Attribute Name
最大長:100
ストライプ化属性名。 ストライプ化属性名によって、使用されるオーケストレーション・プロセスが決まります。 -
StripingAttributeValue: string
タイトル:
Striping Attribute Value
最大長:2000
JSON形式のストライプ化属性値。 -
UpdateFlag: boolean
読取り専用:
true
オーケストレーションを更新できるかどうかを示します。 この値は、ドラフト・ステータスのオーケストレーションに当てはまります。
ネストされたスキーマ : ステージ
タイプ:
array
タイトル:
Stages
ステージ・リソースは、オーケストレーション・ステージの表示、作成、更新および削除に使用されます。 ステージは、ステップと目標、関連付けの集合です。
ソースを表示
ネストされたスキーマ : orchestrations-ErrorLogs-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
ErrorDescription: 文字列(バイト)
タイトル:
Error Description
エラーの説明。 -
ErrorLogsId: integer (int64)
タイトル:
Error Logs ID
オーケストレーション・エラー・ログの一意の識別子。 -
ErrorLogsNumber: string
タイトル:
Error Logs Number
最大長:64
オーケストレーション・エラー・ログの公開一意識別子または代替キー。 -
ErrorText: string
タイトル:
Error Text
最大長:2000
エラー・コール・スタックを指定します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
OrchestrationAssociationId: integer (int64)
タイトル:
Orchestration Association ID
オーケストレーション関連の一意の識別子。 -
OrchestrationId: integer (int64)
タイトル:
Orchestration ID
オーケストレーションの一意の識別子。 -
OrchestrationName: string
タイトル:
Orchestration Name
読取り専用:true
最大長:100
オーケストレーションの名前。 -
OrchestrationNumber: string
タイトル:
Orchestration Number
読取り専用:true
最大長:64
オーケストレーションの公開一意識別子。 -
OrchestrationStageId: integer (int64)
タイトル:
Orchestration Stage ID
オーケストレーション・ステージ・オブジェクトの一意の識別子。 -
OrchestrationStageName: string
タイトル:
Stage Name
読取り専用:true
最大長:100
オーケストレーション・ステージの名前。 -
OrchestrationStageNumber: string
タイトル:
Orchestration Stage Number
読取り専用:true
最大長:64
オーケストレーション・ステージ・オブジェクトの公開一意識別子。 -
OrchestrationStepId: integer (int64)
タイトル:
Orchestration Step ID
オーケストレーション・ステップ・オブジェクトの一意の識別子。 -
OrchestrationStepName: string
タイトル:
Orchestration Step Name
読取り専用:true
最大長:100
オーケストレーション・ステップの名前。 -
OrchestrationStepNumber: string
タイトル:
Orchestration Step Number
読取り専用:true
最大長:64
オーケストレーション・ステップ・オブジェクトの公開一意識別子。 -
SourceObjectCode: string
タイトル:
SourceObjectCode
最大長:100
トランザクション・オブジェクトの言語非依存コード。 たとえば、リードや商談です。 -
SourceObjectId: integer (int64)
タイトル:
Source Object ID
ソース・オブジェクトの一意の識別子。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object
-
href: string
タイトル:
hyperlink reference
関連リソースへのURI。 -
kind: string
タイトル:
kind
許可された値:[ "collection", "item", "describe", "other" ]
関連リソースの種類。 -
name: string
タイトル:
name
関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation
許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
ネストされたスキーマ : properties
タイプ:
ソースを表示
object
-
changeIndicator: string
リソース・インスタンスのインジケータまたはETag値を変更します。
ネストされたスキーマ : orchestrations-Stages-item-response
タイプ:
ソースを表示
object
-
ContainErrorsFlag: boolean
タイトル:
Contain Errors
最大長:1
オーケストレーション・ステージに検証エラーが含まれているかどうかを示します。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
DisplaySequence: 整数(int32)
タイトル:
Display Sequence
オーケストレーション管理者ランタイム・ユーザー・インタフェースでのオーケストレーション・ステージの順序。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
OrchestrationId: integer (int64)
タイトル:
Orchestration ID
オーケストレーションの一意の識別子。 -
OrchestrationName: string
タイトル:
Orchestration Name
読取り専用:true
最大長:100
オーケストレーションの名前。 -
OrchestrationNumber: string
タイトル:
Orchestration Number
読取り専用:true
最大長:64
オーケストレーションの公開一意識別子。 -
OrchestrationStageId: integer (int64)
タイトル:
Orchestration Stage ID
オーケストレーション・ステージ・オブジェクトの一意の識別子。 -
OrchestrationStageNumber: string
タイトル:
Orchestration Stage Number
最大長:64
オーケストレーション・ステージ・オブジェクトの公開一意識別子。 -
StageDescription: string
タイトル:
Objective Description
最大長:2000
オーケストレーション・ステージ・オブジェクトの説明テキスト。 -
StageName: string
タイトル:
Stage Name
最大長:100
オーケストレーション・ステージの名前。 -
StageObjectives: array Stage Objectives
タイトル:
Stage Objectives
ステージ目標リソースは、ステージ目標の表示、作成、更新および削除に使用されます。 特定のステージで達成する目標の自由形式です。 -
StepObjectivesAssociations: array Step Objective Associations
タイトル:
Step Objective Associations
ステップ目標関連リソースは、ステップ目標関連の表示、作成、更新および削除に使用されます。 これは、ステップを実行する目的です。 1つのステップを複数の目標にマップできます。 -
Steps: array Steps
タイトル:
Steps
ステップ・リソースは、ステップの表示、作成、更新および削除に使用されます。 ステップとは、スマート・アクションの実行、Eメールの送信、電話の作成など、個々のアクション・アイテムです。
ネストされたスキーマ : ステージ目標
タイプ:
array
タイトル:
Stage Objectives
ステージ目標リソースは、ステージ目標の表示、作成、更新および削除に使用されます。 特定のステージで達成する目標の自由形式です。
ソースを表示
ネストされたスキーマ : ステップ目標の関連付け
タイプ:
array
タイトル:
Step Objective Associations
ステップ目標関連リソースは、ステップ目標関連の表示、作成、更新および削除に使用されます。 これは、ステップを実行する目的です。 1つのステップを複数の目標にマップできます。
ソースを表示
ネストされたスキーマ : ステップ
タイプ:
array
タイトル:
Steps
ステップ・リソースは、ステップの表示、作成、更新および削除に使用されます。 ステップとは、スマート・アクションの実行、Eメールの送信、電話の作成など、個々のアクション・アイテムです。
ソースを表示
ネストされたスキーマ : orchestrations-Stages-StageObjectives-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
DisplaySequence: 整数(int32)
タイトル:
Display Sequence
オーケストレーション管理者ランタイム・ユーザー・インタフェースでの目標の順序。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
ObjectiveDescription: string
タイトル:
Objective Description
最大長:2000
オーケストレーション・ステージ目標オブジェクトの説明テキスト。 -
ObjectiveName: string
タイトル:
Objective Name
最大長:100
オーケストレーション・ステージ目標オブジェクトの名前。 -
ObjectiveStatus: string
タイトル:
Objective Status
最大長:30
目標のステータス。 指定可能な値はNEWまたはMAPPEDです。 -
OrchestrationStageId: integer (int64)
タイトル:
Orchestration Stage ID
オーケストレーション・ステージ・オブジェクトの一意の識別子。 -
OrchestrationStageName: string
タイトル:
Stage Name
読取り専用:true
最大長:100
オーケストレーション・ステージの名前。 -
OrchestrationStageNumber: string
タイトル:
Orchestration Stage Number
読取り専用:true
最大長:64
オーケストレーション・ステージ・オブジェクトの公開一意識別子。 -
StageObjectiveId: integer (int64)
タイトル:
Stage Objective ID
オーケストレーション・ステージ目標オブジェクトの一意の識別子。 -
StageObjectiveNumber: string
タイトル:
Stage Objective Number
最大長:64
オーケストレーション・ステージ目標オブジェクトの公開一意識別子。
ネストされたスキーマ : orchestrations-Stages-StepObjectivesAssociations-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
OrchestrationStageId: integer (int64)
タイトル:
Orchestration Stage ID
オーケストレーション・ステージ・オブジェクトの一意の識別子。 -
OrchestrationStageName: string
タイトル:
Stage Name
読取り専用:true
最大長:100
オーケストレーション・ステージの名前。 -
OrchestrationStageNumber: string
タイトル:
Orchestration Stage Number
読取り専用:true
最大長:64
オーケストレーション・ステージ・オブジェクトの公開一意識別子。 -
OrchestrationStageObjectiveId: integer
タイトル:
Stage Objective ID
オーケストレーション・ステージ目標オブジェクトの一意の識別子。 -
OrchestrationStepId: integer
タイトル:
Orchestration Step ID
オーケストレーション・ステップ・オブジェクトの一意の識別子。 -
OrchestrationStepName: string
タイトル:
Orchestration Step Name
読取り専用:true
最大長:100
オーケストレーション・ステップの名前。 -
OrchestrationStepNumber: string
タイトル:
Orchestration Step Number
読取り専用:true
最大長:64
オーケストレーション・ステップ・オブジェクトの公開一意識別子。 -
StageObjectiveName: string
タイトル:
Objective Name
読取り専用:true
最大長:100
オーケストレーション・ステージ目標オブジェクトの名前。 -
StageObjectiveNumber: string
タイトル:
Stage Objective Number
読取り専用:true
最大長:64
オーケストレーション・ステージ目標オブジェクトの公開一意識別子。 -
StepObjectiveAssocId: integer (int64)
タイトル:
Step Objective Association ID
オーケストレーション・ステップ目標関連オブジェクトの一意の識別子。 -
StepObjectiveAssocNumber: string
タイトル:
Step Objective Association Number
最大長:64
オーケストレーション・ステップ目標関連オブジェクトの公開一意識別子。
ネストされたスキーマ : orchestrations-Stages-Steps-item-response
タイプ:
ソースを表示
object
-
ActivityTemplateId: integer (int64)
タイトル:
Activity Template ID
タスクおよびポイント・テンプレートの識別子。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
DaysToWait: 整数(int32)
タイトル:
Days to Wait
デフォルト値:0
待機する日数を指定します。 -
DisplaySequence: integer
タイトル:
Display Sequence
オーケストレーション管理者ランタイムUIでのステップの順序。 -
EmailContactsFilterCriteria: 文字列(バイト)
タイトル:
Email Contacts Filter Criteria
Eメール・コンタクトをフィルタするための基準式。 -
EmailContsObjectCd: string
タイトル:
Email Contact Filter Object
最大長:1000
Eメール・コンタクト基準が作成されるオブジェクト、emailFieldおよびdneFieldの名前を指定します。 -
EmailTemplateId: integer (int64)
タイトル:
Email Template ID
実行時にデフォルト設定されるEメール・テンプレートの一意の識別子。 -
ExecutionMethod: string
タイトル:
Execution Method
最大長:30
オーケストレーション・ステップの実行タイプ。 指定可能な値は手動および自動です。 -
FailureStepId: integer (int64)
タイトル:
Failure Step ID
現在のステップが失敗した場合の、次のステップの一意の識別子。 -
FailureStepName: string
タイトル:
Orchestration Step Name
読取り専用:true
最大長:100
オーケストレーション・ステップの名前。 -
FailureStepNumber: string
タイトル:
Orchestration Step Number
読取り専用:true
最大長:64
オーケストレーション・ステップ・オブジェクトの公開一意識別子。 -
FieldUpdateJson: 文字列(バイト)
タイトル:
Field Update JSON
ソース・オブジェクトで更新するフィールドのリストを含むJSON構造。 -
GracePeriod: integer
タイトル:
Grace Period
ステップを失敗として処理する前に待機する時間数を指定します。 これは手動ステップにのみ適用されます。 -
HoursToWait: integer
タイトル:
Hours to Wait
デフォルト値:0
待機する時間数。 -
IATemplateValue: string
タイトル:
IA Template Value
最大長:100
インテリジェント・アドバイザ・ガイド・テンプレートの名前。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
NextStageValue: string
タイトル:
Next Stage Value
最大長:100
進行する必要があるステージの値。 -
OrchestrationStageId: integer (int64)
タイトル:
Orchestration Stage ID
オーケストレーション・ステージ・オブジェクトの一意の識別子。 -
OrchestrationStageName: string
タイトル:
Stage Name
読取り専用:true
最大長:100
オーケストレーション・ステージの名前。 -
OrchestrationStageNumber: string
タイトル:
Orchestration Stage Number
読取り専用:true
最大長:64
オーケストレーション・ステージ・オブジェクトの公開一意識別子。 -
OrchestrationStepId: integer (int64)
タイトル:
Orchestration Step ID
オーケストレーション・ステップ・オブジェクトの一意の識別子。 -
OrchestrationStepName: string
タイトル:
Orchestration Step Name
最大長:100
オーケストレーション・ステップの名前。 -
OrchestrationStepNumber: string
タイトル:
Orchestration Step Number
最大長:64
オーケストレーション・ステップ・オブジェクトの公開一意識別子。 -
SMARTActionId: integer (int64)
タイトル:
Smart Action ID
スマート処理の一意の識別子。 -
StepSuggestionText: string
タイトル:
Step Suggestion Text
最大長:2000
オーケストレーション・ステップの提案テキスト。 -
StepType: string
タイトル:
Step Type
最大長:30
ステップ・タイプ -
SuccessCriteria: 文字列(バイト)
タイトル:
Success Criteria
ステップが成功したかどうかの識別に使用する基準。 -
SuccessStepId: integer (int64)
タイトル:
Success Step ID
現在のステップが成功した場合の次のステップの一意の識別子。 -
SuccessStepName: string
タイトル:
Orchestration Step Name
読取り専用:true
最大長:100
オーケストレーション・ステップの名前。 -
SuccessStepNumber: string
タイトル:
Orchestration Step Number
読取り専用:true
最大長:64
オーケストレーション・ステップ・オブジェクトの公開一意識別子。 -
WaitForRepliesFlag: boolean
タイトル:
Wait for Replies Flag
最大長:1
デフォルト値:false
ステップが応答を待機する必要があるかどうかを示します。
リンク
- cloneOrchestration
-
このメソッドを使用すると、ソース・オーケストレーションとそのすべての子をクローニングできます。
例:
次の例は、RESTリソースに対してGETリクエストを発行して、すべてのオーケストレーションを取得する方法を示しています。
cURLコマンド
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/orchestrations \ -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' | json_pp
レスポンス本文の例
次の例は、JSON形式のレスポンス本文のコンテンツを示しています。
{ "items": [ { "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://fuscdrmsmc359-fa-ext.us.oracle.com:443/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001", "name": "orchestrations", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://fuscdrmsmc359-fa-ext.us.oracle.com:443/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001", "name": "orchestrations", "kind": "item" }, { "rel": "child", "href": "https://fuscdrmsmc359-fa-ext.us.oracle.com:443/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/child/ErrorLogs", "name": "ErrorLogs", "kind": "collection" }, { "rel": "child", "href": "https://fuscdrmsmc359-fa-ext.us.oracle.com:443/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/child/Stages", "name": "Stages", "kind": "collection" }, { "rel": "enclosure", "href": "https://fuscdrmsmc359-fa-ext.us.oracle.com:443/crmRestApi/resources/11.13.18.05/orchestrations/CDRM_1001/enclosure/AssociationCriteriaExpression", "name": "AssociationCriteriaExpression", "kind": "other" } ] }, { "OrchestrationId": 300100563170658, "OrchestrationNumber": "CDRM_1002", "OrchestrationName": "ORCHMKL_123724684", "OrchestrationDescription": "From REST", "ObjectCode": "Lead", "StripingAttributeName": null, "StripingAttributeValue": null, "LifecycleAttributeName": "StatusCode", "OrchestrationType": "GUIDEDSELLING", "SourceOrchestrationId": null, "StatusCode": "DRAFT", "ActivationDateTime": null, "AssociationRank": 2, "CreationDate": "2022-09-26T06:11:56+00:00", "CreatedBy": "SALES_ADMIN", "LastUpdatedBy": "SALES_ADMIN", "LastUpdateDate": "2022-09-26T06:11:57.548+00:00", "DeleteFlag": true, "UpdateFlag": true, "links": [ ... }