Capmo Project Plans API is one of 23 APIs that Capmo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Project Plans. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
9 operations
across 4 paths,
and defines 10 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.
Requests are made against a single base URL, https://api.capmo.de.
9 operations4 paths10 schemas2 DELETE3 GET2 PATCH2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.capmo.de/api/v1
Authentication
API Key
Resource Areas
1
Authentication & Security 1
Capmo Project Plans API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (CapmoAuth).
CapmoAuth — For authentication, use the custom prefix followed by a space and then your API key. Example: "Capmo YOURAPIKEY".
Paths & Operations 9
Across 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Project Plans 9
GET
/api/v1/projects/{projectId}/plan-folders
This can be used to list all project plan folders in a paginated response.
getPlanFolders6 params→ 200400401403404409500
POST
/api/v1/projects/{projectId}/plan-folders
This can be used to create a new project plan folder.
This can be used to delete a specific project plan by its ID.
deletePlan3 params→ 200400401403404409500
PATCH
/api/v1/projects/{projectId}/plans/{planId}
This can be used to update a specific project plan by its ID.
updateProjectPlan3 params→ 200400401403404409500
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ReadPlanWithSignedUrlDto (23 properties), ReadPlanDto (21 properties), ReadPlanFolderDto (9 properties), CreatePlanFromDocumentDto (6 properties). Each schema is shown below with its type and property counts.
SourceTypes
string
Type of the plan source.
PaginatedOutputDto
object
3 properties3 required
ReadPlanFolderDto
object
9 properties8 required
ReadPlanDto
object
21 properties20 required
CreatePlanFolderInputDto
object
2 properties1 required
PlanRenderingStatus
string
Plan rendering status.
ReadPlanWithSignedUrlDto
object
23 properties22 required
CreatePlanFromFileDto
object
6 properties3 required
UpdatePlanFolderDto
object
2 properties1 required
CreatePlanFromDocumentDto
object
6 properties3 required
Specification
The full machine-readable OpenAPI contract behind this narrative.