# Projects A Project represents a distinct engagement or scope of work that the organization is delivering for a Client. Projects serve as containers for Service Offerings, resource plans, financial models, and delivery data. ## List Projects - [GET /v1/projects](https://developer.getparallax.com/api-documentation/swagger/projects/listprojects.md): Gets a paginated list of projects in the system, including client and internal projects, for comprehensive visibility across your portfolio. ## Create Project - [POST /v1/projects](https://developer.getparallax.com/api-documentation/swagger/projects/createproject.md): Creates a new Project entity, either via CRM integration or manually for internal use, serving as the main container for Service Offerings. ## Get Project - [GET /v1/projects/{id}](https://developer.getparallax.com/api-documentation/swagger/projects/getproject.md): Gets a specific project's full details, including Service Offerings, status, and key performance indicators. ## Update Project - [PATCH /v1/projects/{id}](https://developer.getparallax.com/api-documentation/swagger/projects/updateproject.md): Updates project-level details such as name, status, client association, and overall metadata. ## Merge Projects - [POST /v1/projects/{target_id}/merge/{source_id}](https://developer.getparallax.com/api-documentation/swagger/projects/mergeprojects.md): Merges a source project into a target project, consolidating all project offerings, roles, and associated data from the source into the target. This operation cannot be undone. Projects with actual time on them cannot be the source of a merge.