ルックアップRESTエンドポイント
Integrations/Projects/Lookups
「統合/プロジェクト/ルックアップ」カテゴリからの操作。
- プロジェクトでの参照の作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/lookups - プロジェクト内の参照の削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - プロジェクト内の参照のエクスポート
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}/archive - プロジェクト内の参照のインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/lookups/archive - プロジェクトの参照の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - プロジェクト内の参照の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups - プロジェクトの参照の更新
- メソッド: putパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}