java.lang.Object
com.data_intuitive.lamin_api_client_java.api.DefaultApi

public class DefaultApi extends Object
  • Constructor Details

    • DefaultApi

      public DefaultApi()
    • DefaultApi

      public DefaultApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutCall

      public okhttp3.Call addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutCall(UUID instanceId, AddCollaboratorRequestBody addCollaboratorRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPut
      Parameters:
      instanceId - (required)
      addCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPut

      public Object addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPut(UUID instanceId, AddCollaboratorRequestBody addCollaboratorRequestBody, String authorization) throws ApiException
      Add Collaborator Add a collaborator (account or team) to an instance. Parameters: - **instance_id**: UUID of the instance to add the collaborator to (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **409**: Collaborator was already added Requires admin access to the instance
      Parameters:
      instanceId - (required)
      addCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutWithHttpInfo

      public ApiResponse<Object> addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutWithHttpInfo(UUID instanceId, AddCollaboratorRequestBody addCollaboratorRequestBody, String authorization) throws ApiException
      Add Collaborator Add a collaborator (account or team) to an instance. Parameters: - **instance_id**: UUID of the instance to add the collaborator to (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **409**: Collaborator was already added Requires admin access to the instance
      Parameters:
      instanceId - (required)
      addCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutAsync

      public okhttp3.Call addCollaboratorAccessV2InstancesInstanceIdCollaboratorsPutAsync(UUID instanceId, AddCollaboratorRequestBody addCollaboratorRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Add Collaborator (asynchronously) Add a collaborator (account or team) to an instance. Parameters: - **instance_id**: UUID of the instance to add the collaborator to (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **409**: Collaborator was already added Requires admin access to the instance
      Parameters:
      instanceId - (required)
      addCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutCall

      public okhttp3.Call addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutCall(UUID instanceId, UUID accountId, UUID schemaId, String role, String authorization, ApiCallback _callback) throws ApiException
      Build call for addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPut
      Parameters:
      instanceId - (required)
      accountId - (required)
      schemaId - (required)
      role - (optional, default to read)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPut

      public Object addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPut(UUID instanceId, UUID accountId, UUID schemaId, String role, String authorization) throws ApiException
      Add Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      schemaId - (required)
      role - (optional, default to read)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutWithHttpInfo

      public ApiResponse<Object> addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutWithHttpInfo(UUID instanceId, UUID accountId, UUID schemaId, String role, String authorization) throws ApiException
      Add Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      schemaId - (required)
      role - (optional, default to read)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutAsync

      public okhttp3.Call addCollaboratorInstancesInstanceIdCollaboratorsAccountIdPutAsync(UUID instanceId, UUID accountId, UUID schemaId, String role, String authorization, ApiCallback<Object> _callback) throws ApiException
      Add Collaborator (asynchronously)
      Parameters:
      instanceId - (required)
      accountId - (required)
      schemaId - (required)
      role - (optional, default to read)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutCall

      public okhttp3.Call addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutCall(Integer spaceId, AddSpaceCollaboratorRequestBody addSpaceCollaboratorRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPut
      Parameters:
      spaceId - (required)
      addSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPut

      public Object addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPut(Integer spaceId, AddSpaceCollaboratorRequestBody addSpaceCollaboratorRequestBody, String authorization) throws ApiException
      Add Space Collaborator Add a collaborator (account or team) to a space. Parameters: - **space_id**: ID of the space to add the collaborator to - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added to space successfully - **400**: Invalid input (e.g., both account_id and team_id provided)
      Parameters:
      spaceId - (required)
      addSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutWithHttpInfo

      public ApiResponse<Object> addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutWithHttpInfo(Integer spaceId, AddSpaceCollaboratorRequestBody addSpaceCollaboratorRequestBody, String authorization) throws ApiException
      Add Space Collaborator Add a collaborator (account or team) to a space. Parameters: - **space_id**: ID of the space to add the collaborator to - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added to space successfully - **400**: Invalid input (e.g., both account_id and team_id provided)
      Parameters:
      spaceId - (required)
      addSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutAsync

      public okhttp3.Call addSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPutAsync(Integer spaceId, AddSpaceCollaboratorRequestBody addSpaceCollaboratorRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Add Space Collaborator (asynchronously) Add a collaborator (account or team) to a space. Parameters: - **space_id**: ID of the space to add the collaborator to - **body**: Request body containing collaborator details - **account_id**: UUID of the account to add (mutually exclusive with team_id) - **team_id**: UUID of the team to add (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **201**: Collaborator added to space successfully - **400**: Invalid input (e.g., both account_id and team_id provided)
      Parameters:
      spaceId - (required)
      addSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutCall

      public okhttp3.Call addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutCall(UUID teamId, UUID accountId, AddTeamMemberRequestBody addTeamMemberRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPut
      Parameters:
      teamId - (required)
      accountId - (required)
      addTeamMemberRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPut

      public Object addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPut(UUID teamId, UUID accountId, AddTeamMemberRequestBody addTeamMemberRequestBody, String authorization) throws ApiException
      Add Team Member Add a member to a team. Parameters: - **team_id**: UUID of the team to add the member to - **account_id**: UUID of the account to add as a member - **body**: Request body containing member details - **role**: Role of the member in the team Returns: - **201**: Team member added successfully
      Parameters:
      teamId - (required)
      accountId - (required)
      addTeamMemberRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutWithHttpInfo

      public ApiResponse<Object> addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutWithHttpInfo(UUID teamId, UUID accountId, AddTeamMemberRequestBody addTeamMemberRequestBody, String authorization) throws ApiException
      Add Team Member Add a member to a team. Parameters: - **team_id**: UUID of the team to add the member to - **account_id**: UUID of the account to add as a member - **body**: Request body containing member details - **role**: Role of the member in the team Returns: - **201**: Team member added successfully
      Parameters:
      teamId - (required)
      accountId - (required)
      addTeamMemberRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutAsync

      public okhttp3.Call addTeamMemberAccessV2TeamsTeamIdMembersAccountIdPutAsync(UUID teamId, UUID accountId, AddTeamMemberRequestBody addTeamMemberRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Add Team Member (asynchronously) Add a member to a team. Parameters: - **team_id**: UUID of the team to add the member to - **account_id**: UUID of the account to add as a member - **body**: Request body containing member details - **role**: Role of the member in the team Returns: - **201**: Team member added successfully
      Parameters:
      teamId - (required)
      accountId - (required)
      addTeamMemberRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutCall

      public okhttp3.Call attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutCall(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPut
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPut

      public Object attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPut(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Attach Label
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutWithHttpInfo

      public ApiResponse<Object> attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutWithHttpInfo(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Attach Label
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutAsync

      public okhttp3.Call attachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdPutAsync(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Attach Label (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutCall

      public okhttp3.Call attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutCall(Integer spaceId, UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPut
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPut

      public Object attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPut(Integer spaceId, UUID instanceId, String authorization) throws ApiException
      Attach Space To Instance Attach a space to a specific instance. Parameters: - **space_id**: ID of the space to attach - **instance_id**: UUID of the instance to attach the space to (from URL path) Returns: - **200**: Space attached to instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutWithHttpInfo

      public ApiResponse<Object> attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutWithHttpInfo(Integer spaceId, UUID instanceId, String authorization) throws ApiException
      Attach Space To Instance Attach a space to a specific instance. Parameters: - **space_id**: ID of the space to attach - **instance_id**: UUID of the instance to attach the space to (from URL path) Returns: - **200**: Space attached to instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutAsync

      public okhttp3.Call attachSpaceToInstanceAccessV2SpacesSpaceIdInstancesInstanceIdPutAsync(Integer spaceId, UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Attach Space To Instance (asynchronously) Attach a space to a specific instance. Parameters: - **space_id**: ID of the space to attach - **instance_id**: UUID of the instance to attach the space to (from URL path) Returns: - **200**: Space attached to instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createInstanceInstancesPutCall

      public okhttp3.Call createInstanceInstancesPutCall(String name, String storage, String schemaStr, String dbServerKey, String dbServerUrl, String authorization, ApiCallback _callback) throws ApiException
      Build call for createInstanceInstancesPut
      Parameters:
      name - (required)
      storage - (optional, default to create-s3)
      schemaStr - (optional)
      dbServerKey - (optional)
      dbServerUrl - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createInstanceInstancesPut

      public Object createInstanceInstancesPut(String name, String storage, String schemaStr, String dbServerKey, String dbServerUrl, String authorization) throws ApiException
      Create Instance
      Parameters:
      name - (required)
      storage - (optional, default to create-s3)
      schemaStr - (optional)
      dbServerKey - (optional)
      dbServerUrl - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createInstanceInstancesPutWithHttpInfo

      public ApiResponse<Object> createInstanceInstancesPutWithHttpInfo(String name, String storage, String schemaStr, String dbServerKey, String dbServerUrl, String authorization) throws ApiException
      Create Instance
      Parameters:
      name - (required)
      storage - (optional, default to create-s3)
      schemaStr - (optional)
      dbServerKey - (optional)
      dbServerUrl - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createInstanceInstancesPutAsync

      public okhttp3.Call createInstanceInstancesPutAsync(String name, String storage, String schemaStr, String dbServerKey, String dbServerUrl, String authorization, ApiCallback<Object> _callback) throws ApiException
      Create Instance (asynchronously)
      Parameters:
      name - (required)
      storage - (optional, default to create-s3)
      schemaStr - (optional)
      dbServerKey - (optional)
      dbServerUrl - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createRecordInstancesInstanceIdModulesModuleNameModelNamePutCall

      public okhttp3.Call createRecordInstancesInstanceIdModulesModuleNameModelNamePutCall(String moduleName, String modelName, UUID instanceId, Object body, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for createRecordInstancesInstanceIdModulesModuleNameModelNamePut
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createRecordInstancesInstanceIdModulesModuleNameModelNamePut

      public Object createRecordInstancesInstanceIdModulesModuleNameModelNamePut(String moduleName, String modelName, UUID instanceId, Object body, UUID schemaId, String authorization) throws ApiException
      Create Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createRecordInstancesInstanceIdModulesModuleNameModelNamePutWithHttpInfo

      public ApiResponse<Object> createRecordInstancesInstanceIdModulesModuleNameModelNamePutWithHttpInfo(String moduleName, String modelName, UUID instanceId, Object body, UUID schemaId, String authorization) throws ApiException
      Create Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createRecordInstancesInstanceIdModulesModuleNameModelNamePutAsync

      public okhttp3.Call createRecordInstancesInstanceIdModulesModuleNameModelNamePutAsync(String moduleName, String modelName, UUID instanceId, Object body, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Create Record (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createSpaceAccessV2SpacesPutCall

      public okhttp3.Call createSpaceAccessV2SpacesPutCall(CreateSpaceRequestBody createSpaceRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for createSpaceAccessV2SpacesPut
      Parameters:
      createSpaceRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createSpaceAccessV2SpacesPut

      public Object createSpaceAccessV2SpacesPut(CreateSpaceRequestBody createSpaceRequestBody, String authorization) throws ApiException
      Create Space Create a new space. Parameters: - **body**: Request body containing space details - **name**: Name of the space - **organization_id**: UUID of the organization - **description**: Optional description of the space Returns: - **201**: Space created successfully
      Parameters:
      createSpaceRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createSpaceAccessV2SpacesPutWithHttpInfo

      public ApiResponse<Object> createSpaceAccessV2SpacesPutWithHttpInfo(CreateSpaceRequestBody createSpaceRequestBody, String authorization) throws ApiException
      Create Space Create a new space. Parameters: - **body**: Request body containing space details - **name**: Name of the space - **organization_id**: UUID of the organization - **description**: Optional description of the space Returns: - **201**: Space created successfully
      Parameters:
      createSpaceRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createSpaceAccessV2SpacesPutAsync

      public okhttp3.Call createSpaceAccessV2SpacesPutAsync(CreateSpaceRequestBody createSpaceRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Create Space (asynchronously) Create a new space. Parameters: - **body**: Request body containing space details - **name**: Name of the space - **organization_id**: UUID of the organization - **description**: Optional description of the space Returns: - **201**: Space created successfully
      Parameters:
      createSpaceRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createTeamAccessV2TeamsPutCall

      public okhttp3.Call createTeamAccessV2TeamsPutCall(CreateTeamRequestBody createTeamRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for createTeamAccessV2TeamsPut
      Parameters:
      createTeamRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createTeamAccessV2TeamsPut

      public Object createTeamAccessV2TeamsPut(CreateTeamRequestBody createTeamRequestBody, String authorization) throws ApiException
      Create Team Create a new team. Parameters: - **body**: Request body containing team details - **name**: Name of the team - **organization_id**: UUID of the organization - **description**: Optional description of the team Returns: - **201**: Team created successfully
      Parameters:
      createTeamRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createTeamAccessV2TeamsPutWithHttpInfo

      public ApiResponse<Object> createTeamAccessV2TeamsPutWithHttpInfo(CreateTeamRequestBody createTeamRequestBody, String authorization) throws ApiException
      Create Team Create a new team. Parameters: - **body**: Request body containing team details - **name**: Name of the team - **organization_id**: UUID of the organization - **description**: Optional description of the team Returns: - **201**: Team created successfully
      Parameters:
      createTeamRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • createTeamAccessV2TeamsPutAsync

      public okhttp3.Call createTeamAccessV2TeamsPutAsync(CreateTeamRequestBody createTeamRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Create Team (asynchronously) Create a new team. Parameters: - **body**: Request body containing team details - **name**: Name of the team - **organization_id**: UUID of the organization - **description**: Optional description of the team Returns: - **201**: Team created successfully
      Parameters:
      createTeamRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteCall

      public okhttp3.Call deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteCall(UUID instanceId, UUID accountId, String authorization, ApiCallback _callback) throws ApiException
      Build call for deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDelete
      Parameters:
      instanceId - (required)
      accountId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDelete

      public Object deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDelete(UUID instanceId, UUID accountId, String authorization) throws ApiException
      Delete Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteWithHttpInfo

      public ApiResponse<Object> deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteWithHttpInfo(UUID instanceId, UUID accountId, String authorization) throws ApiException
      Delete Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteAsync

      public okhttp3.Call deleteCollaboratorInstancesInstanceIdCollaboratorsAccountIdDeleteAsync(UUID instanceId, UUID accountId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Delete Collaborator (asynchronously)
      Parameters:
      instanceId - (required)
      accountId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteInstanceInstancesInstanceIdDeleteCall

      public okhttp3.Call deleteInstanceInstancesInstanceIdDeleteCall(UUID instanceId, String instanceName, String authorization, ApiCallback _callback) throws ApiException
      Build call for deleteInstanceInstancesInstanceIdDelete
      Parameters:
      instanceId - (required)
      instanceName - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteInstanceInstancesInstanceIdDelete

      public Object deleteInstanceInstancesInstanceIdDelete(UUID instanceId, String instanceName, String authorization) throws ApiException
      Delete Instance
      Parameters:
      instanceId - (required)
      instanceName - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteInstanceInstancesInstanceIdDeleteWithHttpInfo

      public ApiResponse<Object> deleteInstanceInstancesInstanceIdDeleteWithHttpInfo(UUID instanceId, String instanceName, String authorization) throws ApiException
      Delete Instance
      Parameters:
      instanceId - (required)
      instanceName - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteInstanceInstancesInstanceIdDeleteAsync

      public okhttp3.Call deleteInstanceInstancesInstanceIdDeleteAsync(UUID instanceId, String instanceName, String authorization, ApiCallback<Object> _callback) throws ApiException
      Delete Instance (asynchronously)
      Parameters:
      instanceId - (required)
      instanceName - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteCall

      public okhttp3.Call deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteCall(String moduleName, String modelName, String uid, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDelete
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDelete

      public Object deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDelete(String moduleName, String modelName, String uid, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Delete Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteWithHttpInfo

      public ApiResponse<Object> deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteWithHttpInfo(String moduleName, String modelName, String uid, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Delete Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteAsync

      public okhttp3.Call deleteRecordInstancesInstanceIdModulesModuleNameModelNameUidDeleteAsync(String moduleName, String modelName, String uid, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Delete Record (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteSpaceAccessV2SpacesSpaceIdDeleteCall

      public okhttp3.Call deleteSpaceAccessV2SpacesSpaceIdDeleteCall(Integer spaceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for deleteSpaceAccessV2SpacesSpaceIdDelete
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteSpaceAccessV2SpacesSpaceIdDelete

      public Object deleteSpaceAccessV2SpacesSpaceIdDelete(Integer spaceId, String authorization) throws ApiException
      Delete Space Delete a space and detach it from the instance. Parameters: - **space_id**: ID of the space to delete Returns: - **200**: Space deleted successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteSpaceAccessV2SpacesSpaceIdDeleteWithHttpInfo

      public ApiResponse<Object> deleteSpaceAccessV2SpacesSpaceIdDeleteWithHttpInfo(Integer spaceId, String authorization) throws ApiException
      Delete Space Delete a space and detach it from the instance. Parameters: - **space_id**: ID of the space to delete Returns: - **200**: Space deleted successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteSpaceAccessV2SpacesSpaceIdDeleteAsync

      public okhttp3.Call deleteSpaceAccessV2SpacesSpaceIdDeleteAsync(Integer spaceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Delete Space (asynchronously) Delete a space and detach it from the instance. Parameters: - **space_id**: ID of the space to delete Returns: - **200**: Space deleted successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteTeamAccessV2TeamsTeamIdDeleteCall

      public okhttp3.Call deleteTeamAccessV2TeamsTeamIdDeleteCall(UUID teamId, String authorization, ApiCallback _callback) throws ApiException
      Build call for deleteTeamAccessV2TeamsTeamIdDelete
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteTeamAccessV2TeamsTeamIdDelete

      public Object deleteTeamAccessV2TeamsTeamIdDelete(UUID teamId, String authorization) throws ApiException
      Delete Team Delete a team. Parameters: - **team_id**: UUID of the team to delete Returns: - **200**: Team deleted successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteTeamAccessV2TeamsTeamIdDeleteWithHttpInfo

      public ApiResponse<Object> deleteTeamAccessV2TeamsTeamIdDeleteWithHttpInfo(UUID teamId, String authorization) throws ApiException
      Delete Team Delete a team. Parameters: - **team_id**: UUID of the team to delete Returns: - **200**: Team deleted successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • deleteTeamAccessV2TeamsTeamIdDeleteAsync

      public okhttp3.Call deleteTeamAccessV2TeamsTeamIdDeleteAsync(UUID teamId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Delete Team (asynchronously) Delete a team. Parameters: - **team_id**: UUID of the team to delete Returns: - **200**: Team deleted successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteCall

      public okhttp3.Call detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteCall(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDelete
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDelete

      public Object detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDelete(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Detach Label
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteWithHttpInfo

      public ApiResponse<Object> detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteWithHttpInfo(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Detach Label
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteAsync

      public okhttp3.Call detachLabelInstancesInstanceIdModulesModuleNameModelNameIdLabelFieldLabelIdDeleteAsync(String moduleName, String modelName, Integer id, String labelField, Integer labelId, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Detach Label (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      labelField - (required)
      labelId - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteCall

      public okhttp3.Call detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteCall(Integer spaceId, UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDelete
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDelete

      public Object detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDelete(Integer spaceId, UUID instanceId, String authorization) throws ApiException
      Detach Space From Instance Detach a space from a specific instance. Parameters: - **space_id**: ID of the space to detach - **instance_id**: UUID of the instance to detach the space from (from URL path) Returns: - **200**: Space detached from instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteWithHttpInfo

      public ApiResponse<Object> detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteWithHttpInfo(Integer spaceId, UUID instanceId, String authorization) throws ApiException
      Detach Space From Instance Detach a space from a specific instance. Parameters: - **space_id**: ID of the space to detach - **instance_id**: UUID of the instance to detach the space from (from URL path) Returns: - **200**: Space detached from instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteAsync

      public okhttp3.Call detachSpaceFromInstanceAccessV2SpacesSpaceIdInstancesInstanceIdDeleteAsync(Integer spaceId, UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Detach Space From Instance (asynchronously) Detach a space from a specific instance. Parameters: - **space_id**: ID of the space to detach - **instance_id**: UUID of the instance to detach the space from (from URL path) Returns: - **200**: Space detached from instance successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getDbTokenAccessV2InstancesInstanceIdDbTokenGetCall

      public okhttp3.Call getDbTokenAccessV2InstancesInstanceIdDbTokenGetCall(UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getDbTokenAccessV2InstancesInstanceIdDbTokenGet
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getDbTokenAccessV2InstancesInstanceIdDbTokenGet

      public Object getDbTokenAccessV2InstancesInstanceIdDbTokenGet(UUID instanceId, String authorization) throws ApiException
      Get Db Token Get a database token for the specified instance. This token can be used to authenticate with the instance's database. Parameters: - **instance_id**: UUID of the instance to get the token for (from URL path) Returns: - **200**: Database token retrieved successfully - **token**: The database token - **401**: Unauthorized
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getDbTokenAccessV2InstancesInstanceIdDbTokenGetWithHttpInfo

      public ApiResponse<Object> getDbTokenAccessV2InstancesInstanceIdDbTokenGetWithHttpInfo(UUID instanceId, String authorization) throws ApiException
      Get Db Token Get a database token for the specified instance. This token can be used to authenticate with the instance's database. Parameters: - **instance_id**: UUID of the instance to get the token for (from URL path) Returns: - **200**: Database token retrieved successfully - **token**: The database token - **401**: Unauthorized
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getDbTokenAccessV2InstancesInstanceIdDbTokenGetAsync

      public okhttp3.Call getDbTokenAccessV2InstancesInstanceIdDbTokenGetAsync(UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Db Token (asynchronously) Get a database token for the specified instance. This token can be used to authenticate with the instance's database. Parameters: - **instance_id**: UUID of the instance to get the token for (from URL path) Returns: - **200**: Database token retrieved successfully - **token**: The database token - **401**: Unauthorized
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getInstanceStatisticsInstancesInstanceIdStatisticsGetCall

      public okhttp3.Call getInstanceStatisticsInstancesInstanceIdStatisticsGetCall(UUID instanceId, List<String> q, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getInstanceStatisticsInstancesInstanceIdStatisticsGet
      Parameters:
      instanceId - (required)
      q - In ${module}.${model} format (case-sensitive) (optional)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getInstanceStatisticsInstancesInstanceIdStatisticsGet

      public Object getInstanceStatisticsInstancesInstanceIdStatisticsGet(UUID instanceId, List<String> q, UUID schemaId, String authorization) throws ApiException
      Get Instance Statistics
      Parameters:
      instanceId - (required)
      q - In ${module}.${model} format (case-sensitive) (optional)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getInstanceStatisticsInstancesInstanceIdStatisticsGetWithHttpInfo

      public ApiResponse<Object> getInstanceStatisticsInstancesInstanceIdStatisticsGetWithHttpInfo(UUID instanceId, List<String> q, UUID schemaId, String authorization) throws ApiException
      Get Instance Statistics
      Parameters:
      instanceId - (required)
      q - In ${module}.${model} format (case-sensitive) (optional)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getInstanceStatisticsInstancesInstanceIdStatisticsGetAsync

      public okhttp3.Call getInstanceStatisticsInstancesInstanceIdStatisticsGetAsync(UUID instanceId, List<String> q, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Instance Statistics (asynchronously)
      Parameters:
      instanceId - (required)
      q - In ${module}.${model} format (case-sensitive) (optional)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetCall

      public okhttp3.Call getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetCall(UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGet
      Parameters:
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGet

      public Object getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGet(UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Get Non Empty Tables
      Parameters:
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetWithHttpInfo

      public ApiResponse<Object> getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetWithHttpInfo(UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Get Non Empty Tables
      Parameters:
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetAsync

      public okhttp3.Call getNonEmptyTablesInstancesInstanceIdNonEmptyTablesGetAsync(UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Non Empty Tables (asynchronously)
      Parameters:
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostCall

      public okhttp3.Call getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostCall(String moduleName, String modelName, String idOrUid, UUID instanceId, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordRequestBody getRecordRequestBody, ApiCallback _callback) throws ApiException
      Build call for getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPost
      Parameters:
      moduleName - (required)
      modelName - (required)
      idOrUid - (required)
      instanceId - (required)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordRequestBody - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPost

      public Object getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPost(String moduleName, String modelName, String idOrUid, UUID instanceId, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordRequestBody getRecordRequestBody) throws ApiException
      Get Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      idOrUid - (required)
      instanceId - (required)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordRequestBody - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostWithHttpInfo

      public ApiResponse<Object> getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostWithHttpInfo(String moduleName, String modelName, String idOrUid, UUID instanceId, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordRequestBody getRecordRequestBody) throws ApiException
      Get Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      idOrUid - (required)
      instanceId - (required)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordRequestBody - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostAsync

      public okhttp3.Call getRecordInstancesInstanceIdModulesModuleNameModelNameIdOrUidPostAsync(String moduleName, String modelName, String idOrUid, UUID instanceId, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordRequestBody getRecordRequestBody, ApiCallback<Object> _callback) throws ApiException
      Get Record (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      idOrUid - (required)
      instanceId - (required)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordRequestBody - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordsInstancesInstanceIdModulesModuleNameModelNamePostCall

      public okhttp3.Call getRecordsInstancesInstanceIdModulesModuleNameModelNamePostCall(String moduleName, String modelName, UUID instanceId, Integer limit, Integer offset, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordsRequestBody getRecordsRequestBody, ApiCallback _callback) throws ApiException
      Build call for getRecordsInstancesInstanceIdModulesModuleNameModelNamePost
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordsRequestBody - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordsInstancesInstanceIdModulesModuleNameModelNamePost

      public Object getRecordsInstancesInstanceIdModulesModuleNameModelNamePost(String moduleName, String modelName, UUID instanceId, Integer limit, Integer offset, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordsRequestBody getRecordsRequestBody) throws ApiException
      Get Records
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordsRequestBody - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordsInstancesInstanceIdModulesModuleNameModelNamePostWithHttpInfo

      public ApiResponse<Object> getRecordsInstancesInstanceIdModulesModuleNameModelNamePostWithHttpInfo(String moduleName, String modelName, UUID instanceId, Integer limit, Integer offset, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordsRequestBody getRecordsRequestBody) throws ApiException
      Get Records
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordsRequestBody - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRecordsInstancesInstanceIdModulesModuleNameModelNamePostAsync

      public okhttp3.Call getRecordsInstancesInstanceIdModulesModuleNameModelNamePostAsync(String moduleName, String modelName, UUID instanceId, Integer limit, Integer offset, Integer limitToMany, Boolean includeForeignKeys, UUID schemaId, String authorization, GetRecordsRequestBody getRecordsRequestBody, ApiCallback<Object> _callback) throws ApiException
      Get Records (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      limitToMany - (optional, default to 10)
      includeForeignKeys - (optional, default to false)
      schemaId - (optional)
      authorization - (optional)
      getRecordsRequestBody - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetCall

      public okhttp3.Call getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetCall(String moduleName, String modelName, Integer id, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGet
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGet

      public Object getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGet(String moduleName, String modelName, Integer id, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Get Relation Counts
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetWithHttpInfo

      public ApiResponse<Object> getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetWithHttpInfo(String moduleName, String modelName, Integer id, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Get Relation Counts
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetAsync

      public okhttp3.Call getRelationCountsInstancesInstanceIdModulesModuleNameModelNameIdCountsGetAsync(String moduleName, String modelName, Integer id, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Relation Counts (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      id - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetCall

      public okhttp3.Call getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetCall(String moduleName, String modelName, UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getRelationsInstancesInstanceIdSchemaModuleNameModelNameGet
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationsInstancesInstanceIdSchemaModuleNameModelNameGet

      public Object getRelationsInstancesInstanceIdSchemaModuleNameModelNameGet(String moduleName, String modelName, UUID instanceId, String authorization) throws ApiException
      Get Relations
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetWithHttpInfo

      public ApiResponse<Object> getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetWithHttpInfo(String moduleName, String modelName, UUID instanceId, String authorization) throws ApiException
      Get Relations
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetAsync

      public okhttp3.Call getRelationsInstancesInstanceIdSchemaModuleNameModelNameGetAsync(String moduleName, String modelName, UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Relations (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSchemaInstancesInstanceIdSchemaGetCall

      public okhttp3.Call getSchemaInstancesInstanceIdSchemaGetCall(UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getSchemaInstancesInstanceIdSchemaGet
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSchemaInstancesInstanceIdSchemaGet

      public Object getSchemaInstancesInstanceIdSchemaGet(UUID instanceId, String authorization) throws ApiException
      Get Schema
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSchemaInstancesInstanceIdSchemaGetWithHttpInfo

      public ApiResponse<Object> getSchemaInstancesInstanceIdSchemaGetWithHttpInfo(UUID instanceId, String authorization) throws ApiException
      Get Schema
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSchemaInstancesInstanceIdSchemaGetAsync

      public okhttp3.Call getSchemaInstancesInstanceIdSchemaGetAsync(UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Schema (asynchronously)
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSpaceAccessV2SpacesSpaceIdGetCall

      public okhttp3.Call getSpaceAccessV2SpacesSpaceIdGetCall(Integer spaceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getSpaceAccessV2SpacesSpaceIdGet
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSpaceAccessV2SpacesSpaceIdGet

      public Object getSpaceAccessV2SpacesSpaceIdGet(Integer spaceId, String authorization) throws ApiException
      Get Space Get details of a specific space. Parameters: - **space_id**: ID of the space to retrieve Returns: - **200**: Space details retrieved successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSpaceAccessV2SpacesSpaceIdGetWithHttpInfo

      public ApiResponse<Object> getSpaceAccessV2SpacesSpaceIdGetWithHttpInfo(Integer spaceId, String authorization) throws ApiException
      Get Space Get details of a specific space. Parameters: - **space_id**: ID of the space to retrieve Returns: - **200**: Space details retrieved successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getSpaceAccessV2SpacesSpaceIdGetAsync

      public okhttp3.Call getSpaceAccessV2SpacesSpaceIdGetAsync(Integer spaceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Space (asynchronously) Get details of a specific space. Parameters: - **space_id**: ID of the space to retrieve Returns: - **200**: Space details retrieved successfully - **404**: Space not found
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getTeamAccessV2TeamsTeamIdGetCall

      public okhttp3.Call getTeamAccessV2TeamsTeamIdGetCall(UUID teamId, String authorization, ApiCallback _callback) throws ApiException
      Build call for getTeamAccessV2TeamsTeamIdGet
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getTeamAccessV2TeamsTeamIdGet

      public Object getTeamAccessV2TeamsTeamIdGet(UUID teamId, String authorization) throws ApiException
      Get Team Get details of a specific team. Parameters: - **team_id**: UUID of the team to retrieve Returns: - **200**: Team details retrieved successfully - **404**: Team not found
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getTeamAccessV2TeamsTeamIdGetWithHttpInfo

      public ApiResponse<Object> getTeamAccessV2TeamsTeamIdGetWithHttpInfo(UUID teamId, String authorization) throws ApiException
      Get Team Get details of a specific team. Parameters: - **team_id**: UUID of the team to retrieve Returns: - **200**: Team details retrieved successfully - **404**: Team not found
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getTeamAccessV2TeamsTeamIdGetAsync

      public okhttp3.Call getTeamAccessV2TeamsTeamIdGetAsync(UUID teamId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Get Team (asynchronously) Get details of a specific team. Parameters: - **team_id**: UUID of the team to retrieve Returns: - **200**: Team details retrieved successfully - **404**: Team not found
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostCall

      public okhttp3.Call getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostCall(String moduleName, String modelName, String fieldPath, UUID instanceId, Integer limit, Integer offset, UUID schemaId, String authorization, GetValuesRequestBody getValuesRequestBody, ApiCallback _callback) throws ApiException
      Build call for getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPost
      Parameters:
      moduleName - (required)
      modelName - (required)
      fieldPath - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      schemaId - (optional)
      authorization - (optional)
      getValuesRequestBody - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPost

      public Object getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPost(String moduleName, String modelName, String fieldPath, UUID instanceId, Integer limit, Integer offset, UUID schemaId, String authorization, GetValuesRequestBody getValuesRequestBody) throws ApiException
      Get Values
      Parameters:
      moduleName - (required)
      modelName - (required)
      fieldPath - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      schemaId - (optional)
      authorization - (optional)
      getValuesRequestBody - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostWithHttpInfo

      public ApiResponse<Object> getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostWithHttpInfo(String moduleName, String modelName, String fieldPath, UUID instanceId, Integer limit, Integer offset, UUID schemaId, String authorization, GetValuesRequestBody getValuesRequestBody) throws ApiException
      Get Values
      Parameters:
      moduleName - (required)
      modelName - (required)
      fieldPath - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      schemaId - (optional)
      authorization - (optional)
      getValuesRequestBody - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostAsync

      public okhttp3.Call getValuesInstancesInstanceIdModulesModuleNameModelNameFieldsFieldPathPostAsync(String moduleName, String modelName, String fieldPath, UUID instanceId, Integer limit, Integer offset, UUID schemaId, String authorization, GetValuesRequestBody getValuesRequestBody, ApiCallback<Object> _callback) throws ApiException
      Get Values (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      fieldPath - (required)
      instanceId - (required)
      limit - (optional, default to 50)
      offset - (optional, default to 0)
      schemaId - (optional)
      authorization - (optional)
      getValuesRequestBody - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • grantS3PermissionsStoragesS3BucketNamePermissionsPutCall

      public okhttp3.Call grantS3PermissionsStoragesS3BucketNamePermissionsPutCall(String bucketName, S3PermissionsRequest s3PermissionsRequest, String awsAccountId, String awsUserName, String authorization, ApiCallback _callback) throws ApiException
      Build call for grantS3PermissionsStoragesS3BucketNamePermissionsPut
      Parameters:
      bucketName - (required)
      s3PermissionsRequest - (required)
      awsAccountId - (optional, default to 767398070972)
      awsUserName - (optional, default to lamin-manager)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • grantS3PermissionsStoragesS3BucketNamePermissionsPut

      public Object grantS3PermissionsStoragesS3BucketNamePermissionsPut(String bucketName, S3PermissionsRequest s3PermissionsRequest, String awsAccountId, String awsUserName, String authorization) throws ApiException
      Grant S3 Permissions
      Parameters:
      bucketName - (required)
      s3PermissionsRequest - (required)
      awsAccountId - (optional, default to 767398070972)
      awsUserName - (optional, default to lamin-manager)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • grantS3PermissionsStoragesS3BucketNamePermissionsPutWithHttpInfo

      public ApiResponse<Object> grantS3PermissionsStoragesS3BucketNamePermissionsPutWithHttpInfo(String bucketName, S3PermissionsRequest s3PermissionsRequest, String awsAccountId, String awsUserName, String authorization) throws ApiException
      Grant S3 Permissions
      Parameters:
      bucketName - (required)
      s3PermissionsRequest - (required)
      awsAccountId - (optional, default to 767398070972)
      awsUserName - (optional, default to lamin-manager)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • grantS3PermissionsStoragesS3BucketNamePermissionsPutAsync

      public okhttp3.Call grantS3PermissionsStoragesS3BucketNamePermissionsPutAsync(String bucketName, S3PermissionsRequest s3PermissionsRequest, String awsAccountId, String awsUserName, String authorization, ApiCallback<Object> _callback) throws ApiException
      Grant S3 Permissions (asynchronously)
      Parameters:
      bucketName - (required)
      s3PermissionsRequest - (required)
      awsAccountId - (optional, default to 767398070972)
      awsUserName - (optional, default to lamin-manager)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostCall

      public okhttp3.Call groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostCall(String moduleName, String modelName, UUID instanceId, GroupByRequestBody groupByRequestBody, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPost
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      groupByRequestBody - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPost

      public Object groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPost(String moduleName, String modelName, UUID instanceId, GroupByRequestBody groupByRequestBody, UUID schemaId, String authorization) throws ApiException
      Group By
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      groupByRequestBody - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostWithHttpInfo

      public ApiResponse<Object> groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostWithHttpInfo(String moduleName, String modelName, UUID instanceId, GroupByRequestBody groupByRequestBody, UUID schemaId, String authorization) throws ApiException
      Group By
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      groupByRequestBody - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostAsync

      public okhttp3.Call groupByInstancesInstanceIdModulesModuleNameModelNameGroupByPostAsync(String moduleName, String modelName, UUID instanceId, GroupByRequestBody groupByRequestBody, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Group By (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      instanceId - (required)
      groupByRequestBody - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetCall

      public okhttp3.Call listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetCall(UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGet
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGet

      public Object listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGet(UUID instanceId, String authorization) throws ApiException
      List Collaborators List all collaborators of an instance. Parameters: - **instance_id**: UUID of the instance to list collaborators for (from URL path) Returns: - **200**: List of instance collaborators retrieved successfully - **404**: Instance not found Requires read access to the instance
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetWithHttpInfo

      public ApiResponse<Object> listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetWithHttpInfo(UUID instanceId, String authorization) throws ApiException
      List Collaborators List all collaborators of an instance. Parameters: - **instance_id**: UUID of the instance to list collaborators for (from URL path) Returns: - **200**: List of instance collaborators retrieved successfully - **404**: Instance not found Requires read access to the instance
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetAsync

      public okhttp3.Call listCollaboratorsAccessV2InstancesInstanceIdCollaboratorsGetAsync(UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Collaborators (asynchronously) List all collaborators of an instance. Parameters: - **instance_id**: UUID of the instance to list collaborators for (from URL path) Returns: - **200**: List of instance collaborators retrieved successfully - **404**: Instance not found Requires read access to the instance
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetCall

      public okhttp3.Call listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetCall(UUID instanceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listInstanceSpacesAccessV2SpacesInstancesInstanceIdGet
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstanceSpacesAccessV2SpacesInstancesInstanceIdGet

      public Object listInstanceSpacesAccessV2SpacesInstancesInstanceIdGet(UUID instanceId, String authorization) throws ApiException
      List Instance Spaces List all spaces attached to an instance. Parameters: - **instance_id**: UUID of the instance to list spaces for (from URL path) Returns: - **200**: List of spaces attached to the instance retrieved successfully
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetWithHttpInfo

      public ApiResponse<Object> listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetWithHttpInfo(UUID instanceId, String authorization) throws ApiException
      List Instance Spaces List all spaces attached to an instance. Parameters: - **instance_id**: UUID of the instance to list spaces for (from URL path) Returns: - **200**: List of spaces attached to the instance retrieved successfully
      Parameters:
      instanceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetAsync

      public okhttp3.Call listInstanceSpacesAccessV2SpacesInstancesInstanceIdGetAsync(UUID instanceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Instance Spaces (asynchronously) List all spaces attached to an instance. Parameters: - **instance_id**: UUID of the instance to list spaces for (from URL path) Returns: - **200**: List of spaces attached to the instance retrieved successfully
      Parameters:
      instanceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetCall

      public okhttp3.Call listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetCall(Integer spaceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGet
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGet

      public Object listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGet(Integer spaceId, String authorization) throws ApiException
      List Instances Using Space List all instances that have this space attached. Parameters: - **space_id**: ID of the space to check Returns: - **200**: List of instances using the space retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetWithHttpInfo

      public ApiResponse<Object> listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetWithHttpInfo(Integer spaceId, String authorization) throws ApiException
      List Instances Using Space List all instances that have this space attached. Parameters: - **space_id**: ID of the space to check Returns: - **200**: List of instances using the space retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetAsync

      public okhttp3.Call listInstancesUsingSpaceAccessV2SpacesSpaceIdInstancesGetAsync(Integer spaceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Instances Using Space (asynchronously) List all instances that have this space attached. Parameters: - **space_id**: ID of the space to check Returns: - **200**: List of instances using the space retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetCall

      public okhttp3.Call listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetCall(UUID organizationId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGet
      Parameters:
      organizationId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGet

      public Object listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGet(UUID organizationId, String authorization) throws ApiException
      List Organization Spaces List all spaces in an organization. Parameters: - **organization_id**: UUID of the organization to list spaces for Returns: - **200**: List of spaces retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetWithHttpInfo

      public ApiResponse<Object> listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetWithHttpInfo(UUID organizationId, String authorization) throws ApiException
      List Organization Spaces List all spaces in an organization. Parameters: - **organization_id**: UUID of the organization to list spaces for Returns: - **200**: List of spaces retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetAsync

      public okhttp3.Call listOrganizationSpacesAccessV2SpacesOrganizationsOrganizationIdGetAsync(UUID organizationId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Organization Spaces (asynchronously) List all spaces in an organization. Parameters: - **organization_id**: UUID of the organization to list spaces for Returns: - **200**: List of spaces retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetCall

      public okhttp3.Call listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetCall(UUID organizationId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGet
      Parameters:
      organizationId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGet

      public Object listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGet(UUID organizationId, String authorization) throws ApiException
      List Organization Teams List all teams in an organization. Parameters: - **organization_id**: UUID of the organization to list teams for Returns: - **200**: List of teams retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetWithHttpInfo

      public ApiResponse<Object> listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetWithHttpInfo(UUID organizationId, String authorization) throws ApiException
      List Organization Teams List all teams in an organization. Parameters: - **organization_id**: UUID of the organization to list teams for Returns: - **200**: List of teams retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetAsync

      public okhttp3.Call listOrganizationTeamsAccessV2TeamsOrganizationsOrganizationIdGetAsync(UUID organizationId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Organization Teams (asynchronously) List all teams in an organization. Parameters: - **organization_id**: UUID of the organization to list teams for Returns: - **200**: List of teams retrieved successfully
      Parameters:
      organizationId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetCall

      public okhttp3.Call listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetCall(Integer spaceId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGet
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGet

      public Object listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGet(Integer spaceId, String authorization) throws ApiException
      List Space Collaborators List all collaborators of a space. Parameters: - **space_id**: ID of the space to list collaborators for Returns: - **200**: List of space collaborators retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetWithHttpInfo

      public ApiResponse<Object> listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetWithHttpInfo(Integer spaceId, String authorization) throws ApiException
      List Space Collaborators List all collaborators of a space. Parameters: - **space_id**: ID of the space to list collaborators for Returns: - **200**: List of space collaborators retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetAsync

      public okhttp3.Call listSpaceCollaboratorsAccessV2SpacesSpaceIdCollaboratorsGetAsync(Integer spaceId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Space Collaborators (asynchronously) List all collaborators of a space. Parameters: - **space_id**: ID of the space to list collaborators for Returns: - **200**: List of space collaborators retrieved successfully
      Parameters:
      spaceId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listTeamMembersAccessV2TeamsTeamIdMembersGetCall

      public okhttp3.Call listTeamMembersAccessV2TeamsTeamIdMembersGetCall(UUID teamId, String authorization, ApiCallback _callback) throws ApiException
      Build call for listTeamMembersAccessV2TeamsTeamIdMembersGet
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listTeamMembersAccessV2TeamsTeamIdMembersGet

      public Object listTeamMembersAccessV2TeamsTeamIdMembersGet(UUID teamId, String authorization) throws ApiException
      List Team Members List all members of a team. Parameters: - **team_id**: UUID of the team to list members for Returns: - **200**: List of team members retrieved successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listTeamMembersAccessV2TeamsTeamIdMembersGetWithHttpInfo

      public ApiResponse<Object> listTeamMembersAccessV2TeamsTeamIdMembersGetWithHttpInfo(UUID teamId, String authorization) throws ApiException
      List Team Members List all members of a team. Parameters: - **team_id**: UUID of the team to list members for Returns: - **200**: List of team members retrieved successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • listTeamMembersAccessV2TeamsTeamIdMembersGetAsync

      public okhttp3.Call listTeamMembersAccessV2TeamsTeamIdMembersGetAsync(UUID teamId, String authorization, ApiCallback<Object> _callback) throws ApiException
      List Team Members (asynchronously) List all members of a team. Parameters: - **team_id**: UUID of the team to list members for Returns: - **200**: List of team members retrieved successfully
      Parameters:
      teamId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutCall

      public okhttp3.Call moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutCall(Integer spaceId, AttachSpaceToRecordRequestBody attachSpaceToRecordRequestBody, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPut
      Parameters:
      spaceId - (required)
      attachSpaceToRecordRequestBody - (required)
      instanceId - (optional)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPut

      public Object moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPut(Integer spaceId, AttachSpaceToRecordRequestBody attachSpaceToRecordRequestBody, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Move Record To Space Move a record to a specific space. Parameters: - **space_id**: ID of the space to move the record to - **body**: Request body containing record details - **module_name**: Module name of the record - **model_name**: Model name of the record - **record_id**: ID of the record to move in the space - **instance_id**: UUID of the instance (from URL path) - **schema_id**: UUID of the schema (from URL path) Returns: - **200**: Record moved to the space successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      attachSpaceToRecordRequestBody - (required)
      instanceId - (optional)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutWithHttpInfo

      public ApiResponse<Object> moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutWithHttpInfo(Integer spaceId, AttachSpaceToRecordRequestBody attachSpaceToRecordRequestBody, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Move Record To Space Move a record to a specific space. Parameters: - **space_id**: ID of the space to move the record to - **body**: Request body containing record details - **module_name**: Module name of the record - **model_name**: Model name of the record - **record_id**: ID of the record to move in the space - **instance_id**: UUID of the instance (from URL path) - **schema_id**: UUID of the schema (from URL path) Returns: - **200**: Record moved to the space successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      attachSpaceToRecordRequestBody - (required)
      instanceId - (optional)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutAsync

      public okhttp3.Call moveRecordToSpaceAccessV2SpacesSpaceIdRecordAttachmentsPutAsync(Integer spaceId, AttachSpaceToRecordRequestBody attachSpaceToRecordRequestBody, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Move Record To Space (asynchronously) Move a record to a specific space. Parameters: - **space_id**: ID of the space to move the record to - **body**: Request body containing record details - **module_name**: Module name of the record - **model_name**: Model name of the record - **record_id**: ID of the record to move in the space - **instance_id**: UUID of the instance (from URL path) - **schema_id**: UUID of the schema (from URL path) Returns: - **200**: Record moved to the space successfully Requires admin access to the instance
      Parameters:
      spaceId - (required)
      attachSpaceToRecordRequestBody - (required)
      instanceId - (optional)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGetCall

      public okhttp3.Call proxyS3S3PathGetCall(String path, ApiCallback _callback) throws ApiException
      Build call for proxyS3S3PathGet
      Parameters:
      path - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet

      public Object proxyS3S3PathGet(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGetWithHttpInfo

      public ApiResponse<Object> proxyS3S3PathGetWithHttpInfo(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGetAsync

      public okhttp3.Call proxyS3S3PathGetAsync(String path, ApiCallback<Object> _callback) throws ApiException
      Proxy S3 (asynchronously)
      Parameters:
      path - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_0Call

      public okhttp3.Call proxyS3S3PathGet_0Call(String path, ApiCallback _callback) throws ApiException
      Build call for proxyS3S3PathGet_0
      Parameters:
      path - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_0

      public Object proxyS3S3PathGet_0(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_0WithHttpInfo

      public ApiResponse<Object> proxyS3S3PathGet_0WithHttpInfo(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_0Async

      public okhttp3.Call proxyS3S3PathGet_0Async(String path, ApiCallback<Object> _callback) throws ApiException
      Proxy S3 (asynchronously)
      Parameters:
      path - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_1Call

      public okhttp3.Call proxyS3S3PathGet_1Call(String path, ApiCallback _callback) throws ApiException
      Build call for proxyS3S3PathGet_1
      Parameters:
      path - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_1

      public Object proxyS3S3PathGet_1(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_1WithHttpInfo

      public ApiResponse<Object> proxyS3S3PathGet_1WithHttpInfo(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_1Async

      public okhttp3.Call proxyS3S3PathGet_1Async(String path, ApiCallback<Object> _callback) throws ApiException
      Proxy S3 (asynchronously)
      Parameters:
      path - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_2Call

      public okhttp3.Call proxyS3S3PathGet_2Call(String path, ApiCallback _callback) throws ApiException
      Build call for proxyS3S3PathGet_2
      Parameters:
      path - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_2

      public Object proxyS3S3PathGet_2(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_2WithHttpInfo

      public ApiResponse<Object> proxyS3S3PathGet_2WithHttpInfo(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_2Async

      public okhttp3.Call proxyS3S3PathGet_2Async(String path, ApiCallback<Object> _callback) throws ApiException
      Proxy S3 (asynchronously)
      Parameters:
      path - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_3Call

      public okhttp3.Call proxyS3S3PathGet_3Call(String path, ApiCallback _callback) throws ApiException
      Build call for proxyS3S3PathGet_3
      Parameters:
      path - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_3

      public Object proxyS3S3PathGet_3(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_3WithHttpInfo

      public ApiResponse<Object> proxyS3S3PathGet_3WithHttpInfo(String path) throws ApiException
      Proxy S3
      Parameters:
      path - (required)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • proxyS3S3PathGet_3Async

      public okhttp3.Call proxyS3S3PathGet_3Async(String path, ApiCallback<Object> _callback) throws ApiException
      Proxy S3 (asynchronously)
      Parameters:
      path - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteCall

      public okhttp3.Call removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteCall(UUID instanceId, UUID accountId, UUID teamId, String authorization, ApiCallback _callback) throws ApiException
      Build call for removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDelete
      Parameters:
      instanceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDelete

      public Object removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDelete(UUID instanceId, UUID accountId, UUID teamId, String authorization) throws ApiException
      Remove Collaborator Remove a collaborator from an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteWithHttpInfo

      public ApiResponse<Object> removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteWithHttpInfo(UUID instanceId, UUID accountId, UUID teamId, String authorization) throws ApiException
      Remove Collaborator Remove a collaborator from an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteAsync

      public okhttp3.Call removeCollaboratorAccessV2InstancesInstanceIdCollaboratorsDeleteAsync(UUID instanceId, UUID accountId, UUID teamId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Remove Collaborator (asynchronously) Remove a collaborator from an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteCall

      public okhttp3.Call removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteCall(Integer spaceId, UUID accountId, UUID teamId, String authorization, ApiCallback _callback) throws ApiException
      Build call for removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDelete
      Parameters:
      spaceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDelete

      public Object removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDelete(Integer spaceId, UUID accountId, UUID teamId, String authorization) throws ApiException
      Remove Space Collaborator Remove a collaborator (account or team) from a space. Parameters: - **space_id**: ID of the space to remove the collaborator from - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed from space successfully - **400**: Invalid input (e.g., both account_id and team_id provided or neither provided)
      Parameters:
      spaceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteWithHttpInfo

      public ApiResponse<Object> removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteWithHttpInfo(Integer spaceId, UUID accountId, UUID teamId, String authorization) throws ApiException
      Remove Space Collaborator Remove a collaborator (account or team) from a space. Parameters: - **space_id**: ID of the space to remove the collaborator from - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed from space successfully - **400**: Invalid input (e.g., both account_id and team_id provided or neither provided)
      Parameters:
      spaceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteAsync

      public okhttp3.Call removeSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsDeleteAsync(Integer spaceId, UUID accountId, UUID teamId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Remove Space Collaborator (asynchronously) Remove a collaborator (account or team) from a space. Parameters: - **space_id**: ID of the space to remove the collaborator from - **account_id**: UUID of the account to remove (mutually exclusive with team_id) - **team_id**: UUID of the team to remove (mutually exclusive with account_id) Returns: - **200**: Collaborator removed from space successfully - **400**: Invalid input (e.g., both account_id and team_id provided or neither provided)
      Parameters:
      spaceId - (required)
      accountId - (optional)
      teamId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteCall

      public okhttp3.Call removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteCall(UUID teamId, UUID accountId, String authorization, ApiCallback _callback) throws ApiException
      Build call for removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDelete
      Parameters:
      teamId - (required)
      accountId - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDelete

      public Object removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDelete(UUID teamId, UUID accountId, String authorization) throws ApiException
      Remove Team Member Remove a member from a team. Parameters: - **team_id**: UUID of the team to remove the member from - **account_id**: UUID of the account to remove from the team Returns: - **200**: Team member removed successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteWithHttpInfo

      public ApiResponse<Object> removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteWithHttpInfo(UUID teamId, UUID accountId, String authorization) throws ApiException
      Remove Team Member Remove a member from a team. Parameters: - **team_id**: UUID of the team to remove the member from - **account_id**: UUID of the account to remove from the team Returns: - **200**: Team member removed successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteAsync

      public okhttp3.Call removeTeamMemberAccessV2TeamsTeamIdMembersAccountIdDeleteAsync(UUID teamId, UUID accountId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Remove Team Member (asynchronously) Remove a member from a team. Parameters: - **team_id**: UUID of the team to remove the member from - **account_id**: UUID of the account to remove from the team Returns: - **200**: Team member removed successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • transferOwnershipInstancesInstanceIdOwnerHandlePatchCall

      public okhttp3.Call transferOwnershipInstancesInstanceIdOwnerHandlePatchCall(String handle, UUID instanceId, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for transferOwnershipInstancesInstanceIdOwnerHandlePatch
      Parameters:
      handle - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • transferOwnershipInstancesInstanceIdOwnerHandlePatch

      public Object transferOwnershipInstancesInstanceIdOwnerHandlePatch(String handle, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Transfer Ownership
      Parameters:
      handle - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • transferOwnershipInstancesInstanceIdOwnerHandlePatchWithHttpInfo

      public ApiResponse<Object> transferOwnershipInstancesInstanceIdOwnerHandlePatchWithHttpInfo(String handle, UUID instanceId, UUID schemaId, String authorization) throws ApiException
      Transfer Ownership
      Parameters:
      handle - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • transferOwnershipInstancesInstanceIdOwnerHandlePatchAsync

      public okhttp3.Call transferOwnershipInstancesInstanceIdOwnerHandlePatchAsync(String handle, UUID instanceId, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Transfer Ownership (asynchronously)
      Parameters:
      handle - (required)
      instanceId - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchCall

      public okhttp3.Call updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchCall(UUID instanceId, UpdateCollaboratorRequestBody updateCollaboratorRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatch
      Parameters:
      instanceId - (required)
      updateCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatch

      public Object updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatch(UUID instanceId, UpdateCollaboratorRequestBody updateCollaboratorRequestBody, String authorization) throws ApiException
      Update Collaborator Update a collaborator's permissions on an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      updateCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchWithHttpInfo

      public ApiResponse<Object> updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchWithHttpInfo(UUID instanceId, UpdateCollaboratorRequestBody updateCollaboratorRequestBody, String authorization) throws ApiException
      Update Collaborator Update a collaborator's permissions on an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      updateCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchAsync

      public okhttp3.Call updateCollaboratorAccessV2InstancesInstanceIdCollaboratorsPatchAsync(UUID instanceId, UpdateCollaboratorRequestBody updateCollaboratorRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Collaborator (asynchronously) Update a collaborator's permissions on an instance. Parameters: - **instance_id**: UUID of the instance (from URL path) - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found Requires admin access to the instance
      Parameters:
      instanceId - (required)
      updateCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchCall

      public okhttp3.Call updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchCall(UUID instanceId, UUID accountId, String role, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatch
      Parameters:
      instanceId - (required)
      accountId - (required)
      role - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatch

      public Object updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatch(UUID instanceId, UUID accountId, String role, String authorization) throws ApiException
      Update Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      role - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchWithHttpInfo

      public ApiResponse<Object> updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchWithHttpInfo(UUID instanceId, UUID accountId, String role, String authorization) throws ApiException
      Update Collaborator
      Parameters:
      instanceId - (required)
      accountId - (required)
      role - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchAsync

      public okhttp3.Call updateCollaboratorInstancesInstanceIdCollaboratorsAccountIdPatchAsync(UUID instanceId, UUID accountId, String role, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Collaborator (asynchronously)
      Parameters:
      instanceId - (required)
      accountId - (required)
      role - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchCall

      public okhttp3.Call updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchCall(String moduleName, String modelName, String uid, UUID instanceId, Object body, UUID schemaId, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatch
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatch

      public Object updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatch(String moduleName, String modelName, String uid, UUID instanceId, Object body, UUID schemaId, String authorization) throws ApiException
      Update Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchWithHttpInfo

      public ApiResponse<Object> updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchWithHttpInfo(String moduleName, String modelName, String uid, UUID instanceId, Object body, UUID schemaId, String authorization) throws ApiException
      Update Record
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchAsync

      public okhttp3.Call updateRecordInstancesInstanceIdModulesModuleNameModelNameUidPatchAsync(String moduleName, String modelName, String uid, UUID instanceId, Object body, UUID schemaId, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Record (asynchronously)
      Parameters:
      moduleName - (required)
      modelName - (required)
      uid - (required)
      instanceId - (required)
      body - (required)
      schemaId - (optional)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceAccessV2SpacesSpaceIdPatchCall

      public okhttp3.Call updateSpaceAccessV2SpacesSpaceIdPatchCall(Integer spaceId, UpdateSpaceRequestBody updateSpaceRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateSpaceAccessV2SpacesSpaceIdPatch
      Parameters:
      spaceId - (required)
      updateSpaceRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceAccessV2SpacesSpaceIdPatch

      public Object updateSpaceAccessV2SpacesSpaceIdPatch(Integer spaceId, UpdateSpaceRequestBody updateSpaceRequestBody, String authorization) throws ApiException
      Update Space Update a space's details. Parameters: - **space_id**: ID of the space to update - **body**: Request body containing updated space details - **name**: Optional new name for the space - **description**: Optional new description for the space Returns: - **200**: Space updated successfully
      Parameters:
      spaceId - (required)
      updateSpaceRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceAccessV2SpacesSpaceIdPatchWithHttpInfo

      public ApiResponse<Object> updateSpaceAccessV2SpacesSpaceIdPatchWithHttpInfo(Integer spaceId, UpdateSpaceRequestBody updateSpaceRequestBody, String authorization) throws ApiException
      Update Space Update a space's details. Parameters: - **space_id**: ID of the space to update - **body**: Request body containing updated space details - **name**: Optional new name for the space - **description**: Optional new description for the space Returns: - **200**: Space updated successfully
      Parameters:
      spaceId - (required)
      updateSpaceRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceAccessV2SpacesSpaceIdPatchAsync

      public okhttp3.Call updateSpaceAccessV2SpacesSpaceIdPatchAsync(Integer spaceId, UpdateSpaceRequestBody updateSpaceRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Space (asynchronously) Update a space's details. Parameters: - **space_id**: ID of the space to update - **body**: Request body containing updated space details - **name**: Optional new name for the space - **description**: Optional new description for the space Returns: - **200**: Space updated successfully
      Parameters:
      spaceId - (required)
      updateSpaceRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchCall

      public okhttp3.Call updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchCall(Integer spaceId, UpdateSpaceCollaboratorRequestBody updateSpaceCollaboratorRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatch
      Parameters:
      spaceId - (required)
      updateSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatch

      public Object updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatch(Integer spaceId, UpdateSpaceCollaboratorRequestBody updateSpaceCollaboratorRequestBody, String authorization) throws ApiException
      Update Space Collaborator Update a collaborator's permissions in a space. Parameters: - **space_id**: ID of the space to update the collaborator in - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found in space
      Parameters:
      spaceId - (required)
      updateSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchWithHttpInfo

      public ApiResponse<Object> updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchWithHttpInfo(Integer spaceId, UpdateSpaceCollaboratorRequestBody updateSpaceCollaboratorRequestBody, String authorization) throws ApiException
      Update Space Collaborator Update a collaborator's permissions in a space. Parameters: - **space_id**: ID of the space to update the collaborator in - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found in space
      Parameters:
      spaceId - (required)
      updateSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchAsync

      public okhttp3.Call updateSpaceCollaboratorAccessV2SpacesSpaceIdCollaboratorsPatchAsync(Integer spaceId, UpdateSpaceCollaboratorRequestBody updateSpaceCollaboratorRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Space Collaborator (asynchronously) Update a collaborator's permissions in a space. Parameters: - **space_id**: ID of the space to update the collaborator in - **body**: Request body containing collaborator details - **account_id**: UUID of the account to update (mutually exclusive with team_id) - **team_id**: UUID of the team to update (mutually exclusive with account_id) - **role**: Role of the collaborator Returns: - **200**: Collaborator updated successfully - **400**: Invalid input (e.g., both account_id and team_id provided) - **404**: Collaborator not found in space
      Parameters:
      spaceId - (required)
      updateSpaceCollaboratorRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamAccessV2TeamsTeamIdPatchCall

      public okhttp3.Call updateTeamAccessV2TeamsTeamIdPatchCall(UUID teamId, UpdateTeamRequestBody updateTeamRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateTeamAccessV2TeamsTeamIdPatch
      Parameters:
      teamId - (required)
      updateTeamRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamAccessV2TeamsTeamIdPatch

      public Object updateTeamAccessV2TeamsTeamIdPatch(UUID teamId, UpdateTeamRequestBody updateTeamRequestBody, String authorization) throws ApiException
      Update Team Update a team's details. Parameters: - **team_id**: UUID of the team to update - **body**: Request body containing updated team details - **name**: Optional new name for the team - **description**: Optional new description for the team Returns: - **200**: Team updated successfully
      Parameters:
      teamId - (required)
      updateTeamRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamAccessV2TeamsTeamIdPatchWithHttpInfo

      public ApiResponse<Object> updateTeamAccessV2TeamsTeamIdPatchWithHttpInfo(UUID teamId, UpdateTeamRequestBody updateTeamRequestBody, String authorization) throws ApiException
      Update Team Update a team's details. Parameters: - **team_id**: UUID of the team to update - **body**: Request body containing updated team details - **name**: Optional new name for the team - **description**: Optional new description for the team Returns: - **200**: Team updated successfully
      Parameters:
      teamId - (required)
      updateTeamRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamAccessV2TeamsTeamIdPatchAsync

      public okhttp3.Call updateTeamAccessV2TeamsTeamIdPatchAsync(UUID teamId, UpdateTeamRequestBody updateTeamRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Team (asynchronously) Update a team's details. Parameters: - **team_id**: UUID of the team to update - **body**: Request body containing updated team details - **name**: Optional new name for the team - **description**: Optional new description for the team Returns: - **200**: Team updated successfully
      Parameters:
      teamId - (required)
      updateTeamRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchCall

      public okhttp3.Call updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchCall(UUID teamId, UUID accountId, UpdateTeamMemberRequestBody updateTeamMemberRequestBody, String authorization, ApiCallback _callback) throws ApiException
      Build call for updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatch
      Parameters:
      teamId - (required)
      accountId - (required)
      updateTeamMemberRequestBody - (required)
      authorization - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatch

      public Object updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatch(UUID teamId, UUID accountId, UpdateTeamMemberRequestBody updateTeamMemberRequestBody, String authorization) throws ApiException
      Update Team Member Update a team member's details. Parameters: - **team_id**: UUID of the team the member belongs to - **account_id**: UUID of the account to update - **body**: Request body containing updated member details - **role**: Role of the member in the team Returns: - **200**: Team member updated successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      updateTeamMemberRequestBody - (required)
      authorization - (optional)
      Returns:
      Object
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchWithHttpInfo

      public ApiResponse<Object> updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchWithHttpInfo(UUID teamId, UUID accountId, UpdateTeamMemberRequestBody updateTeamMemberRequestBody, String authorization) throws ApiException
      Update Team Member Update a team member's details. Parameters: - **team_id**: UUID of the team the member belongs to - **account_id**: UUID of the account to update - **body**: Request body containing updated member details - **role**: Role of the member in the team Returns: - **200**: Team member updated successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      updateTeamMemberRequestBody - (required)
      authorization - (optional)
      Returns:
      ApiResponse<Object>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -
    • updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchAsync

      public okhttp3.Call updateTeamMemberAccessV2TeamsTeamIdMembersAccountIdPatchAsync(UUID teamId, UUID accountId, UpdateTeamMemberRequestBody updateTeamMemberRequestBody, String authorization, ApiCallback<Object> _callback) throws ApiException
      Update Team Member (asynchronously) Update a team member's details. Parameters: - **team_id**: UUID of the team the member belongs to - **account_id**: UUID of the account to update - **body**: Request body containing updated member details - **role**: Role of the member in the team Returns: - **200**: Team member updated successfully - **404**: Member not found in team
      Parameters:
      teamId - (required)
      accountId - (required)
      updateTeamMemberRequestBody - (required)
      authorization - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Validation Error -