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"
}

Changes