ルックアップRESTエンドポイント
Integrations/Lookups
ルックアップを取得、作成、更新および削除します。
参照は再利用可能な表で、アプリケーション全体で同じアイテムを説明するために使用される様々な用語をマップします。
たとえば、あるアプリケーションは特定のコード・セットを使用して国を示すが、別のアプリケーションでは同じ国を表すために異なるコード・セットを使用します。 参照は、性別コード、国籍コード、通貨コード、アプリケーションが相互に共有する必要がある情報のタイプなどのアイテムに使用できます。
- ルックアップのクローンを作成
- メソッド: postパス:
/ic/api/integration/v1/lookups/{name}/clone - ルックアップの作成
- メソッド: postパス:
/ic/api/integration/v1/lookups - ルックアップの削除
- メソッド: deleteパス:
/ic/api/integration/v1/lookups/{name} - ルックアップのエクスポート
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name}/archive - ルックアップのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/lookups/archive - ルックアップのインポート(置換)
- メソッド: putパス:
/ic/api/integration/v1/lookups/archive - ルックアップの取得
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name} - ルックアップの取得
- メソッド: getパス:
/ic/api/integration/v1/lookups - ルックアップの使用方法の取得
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name}/usage - ルックアップの更新
- メソッド: putパス:
/ic/api/integration/v1/lookups/{name}