v16

latestOpenAPI 3.0.1raw.githubusercontent.com2026-02-13124047.4 KB
Projects

Retrieve a project from the database based on the ID

get/projects/{projectId}

Path parameters

projectIdstring required

The unique identifier for a Project in the database

Response

idstring required

The unique identifier for a Project in the database

titlestring required

Example response

{
  "title": "My Example Project"
}