Lookups REST Endpoints
Integrations/Projects/Lookups
The operations from the Integrations/Projects/Lookups category.
- Delete a Lookup in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - Export a Lookup in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}/archive - Import (Add) a Lookup in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/lookups/archive - Retrieve a Lookup in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - Retrieve Lookups in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/lookups - Update a Lookup in a Project
- Method: putPath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}