Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Capmo Projects API

The Projects API from Capmo — 3 operation(s) for projects.

Capmo Projects API is one of 23 APIs that Capmo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Projects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 3 paths, and defines 8 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.

7 operations 3 paths 8 schemas 2 DELETE2 GET1 PATCH1 POST1 PUT

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 Projects 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 7

Across 3 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 7
GET
/api/v1/projects
This can be used to list all projects in a paginated response.
getProjects 6 params → 200400401403404409500
POST
/api/v1/projects
This can be used to create a new project, including creating a new project from a template. If projecttemplateid is provided, the project will be created from the template, otherwise a new blank proj…
createProject 1 param body → 201400401403404409500
GET
/api/v1/projects/{projectId}
This can be used to retrieve a specific project by its ID.
getProject 2 params → 200400401403404409500
PATCH
/api/v1/projects/{projectId}
This can be used to update a specific project by its ID.
updateProject 2 params body → 200400401403404409500
DELETE
/api/v1/projects/{projectId}
This can be used to delete a specific project by its ID.
deleteProject 2 params → 200400401403404409500
PUT
/api/v1/projects/{projectId}/archived
This can be used to archive a specific project by its ID. Archiving a project will also remove all pins associated with the project for the authenticated user.
archiveProject 2 params → 200400401403404409500
DELETE
/api/v1/projects/{projectId}/archived
This can be used to unarchive a specific project by its ID.
unarchiveProject 2 params → 200400401403404409500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ReadProjectDto (34 properties), UpdateProjectDto (20 properties), CreateProjectDto (19 properties), PaginatedOutputDto (3 properties). Each schema is shown below with its type and property counts.

ReadProjectDto
object
34 properties 33 required
CreateProjectDto
object
19 properties 3 required
PaginatedOutputDto
object
3 properties 3 required
ProjectContactType
string
The type of the project owner reference.
UpdateProjectDto
object
20 properties
ProjectType
string
The type of construction project.
ProjectStatus
string
The phase of the project.
BuildingType
string
The type of building being constructed.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

capmo-projects-api-openapi.yml Raw ↑

Other APIs Capmo publishes across the network.

Capmo Organisation Companies API
Capmo Organisation Memberships API
Capmo Organisation People API
Capmo Organisation Projects API
Capmo Other API
Capmo Project Change Orders API
Capmo Project Companies API
Capmo Project Documents API
Capmo Project Memberships API
Capmo Project People API
Capmo Project Permission Sets API
Capmo Project Plans API