Projects
Get a project by ID
Retrieves a single project by its ID. The user must have access to the project within their company context.
Parameters:
id(path, required): The unique identifier of the project.
GET
Get a project by ID
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 entity
ProjectStatusEnum
Available options:
0, 1, 2 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.
Previous
Delete a projectDeletes a project by ID. The user must have permission to delete the project.
**Parameters:**
- `id` (path, required): The unique identifier of the project to delete.
Next
Get a project by ID