Projects
Get project overview
Returns a summary overview of a project by ID. For the full project entity, use the non-overview GET endpoint.
Parameters:
projectId(path, required): The unique identifier of the project.
GET
Get project overview
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Path Parameters
Response
Project overview
ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.
ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.
ProjectStatusEnum
Available options:
0, 1, 2 Previous
Export a projectExports a project as JSON. Returns the full project data for backup or import elsewhere.
**Parameters:**
- `projectId` (path, required): The unique identifier of the project to export.
Next
Get project overview