Lookups REST Endpoints
            
            Integrations/Lookups
            
        
        
    The operations from the Integrations/Lookups category.
- Clone a Lookup
 - Method: postPath:
/ic/api/integration/v1/lookups/{name}/clone - Create a Lookup
 - Method: postPath:
/ic/api/integration/v1/lookups - Delete a Lookup
 - Method: deletePath:
/ic/api/integration/v1/lookups/{name} - Export a Lookup
 - Method: getPath:
/ic/api/integration/v1/lookups/{name}/archive - Import(Add) a Lookup
 - Method: postPath:
/ic/api/integration/v1/lookups/archive - Import(Replace) a Lookup
 - Method: putPath:
/ic/api/integration/v1/lookups/archive - Retrieve a Lookup
 - Method: getPath:
/ic/api/integration/v1/lookups/{name} - Retrieve Lookups
 - Method: getPath:
/ic/api/integration/v1/lookups - Retrieve Usage of the Lookup
 - Method: getPath:
/ic/api/integration/v1/lookups/{name}/usage - Update a Lookup
 - Method: putPath:
/ic/api/integration/v1/lookups/{name}