Readonly httpCompany ID for which to create a project
CreateProjectResponse
ApiError
Remove a project Remove a project from a company.
Company ID for which to remove a project
Project ID to delete
DeleteProjectResponse
ApiError
Get project by ID Fetch the details of a specific project by its ID
Company ID the project belongs to
ID of the project to retrieve
GetProjectResponse
ApiError
List projects Get all projects for a company, optionally filtered by client
Optional clientClient ID to filter projects
Company ID for which to list projects
Optional limit?: numberItems to limit per page
Optional page?: numberPage being requested
Optional search?: stringListProjectsResponse
ApiError
Update a project Update an existing project for a company
Company ID for which to update a project
Project ID to update
UpdateProjectResponse
ApiError
Create a project Add a new project to a company