Hierarchy

  • ProjectAPI

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • List projects Get all projects for a company, optionally filtered by client

    Parameters

    • __namedParameters: {
          clientId?: string;
          companyId: string;
          limit?: number;
          page?: number;
          search?: string;
      }
      • Optional clientId?: string

        Client ID to filter projects

      • companyId: string

        Company ID for which to list projects

      • Optional limit?: number

        Items to limit per page

      • Optional page?: number

        Page being requested

      • Optional search?: string

    Returns CancelablePromise<ListProjectsResponse>

    ListProjectsResponse

    Throws

    ApiError