ルックアップ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}