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
Example response
{
"title": "My Example Project"
}Retrieve a project from the database based on the ID
The unique identifier for a Project in the database
{
"title": "My Example Project"
}