Projects
List projects filtered by status
Returns a paginated list of projects filtered by status. Only projects the user has access to are included.
Parameters:
-
status(query, optional): Filter by project status (ProjectStatusEnum). -
skip(query, optional): Number of records to skip for pagination. -
top(query, optional): Maximum number of records to return.
GET
List projects filtered by status
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
Array of projects
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
Change status of one or more projectsUpdates the status of a single or multiple projects. Requires a list of assets with IDs and target statuses.
**Parameters:**
- `assets` (body, required): List of Asset objects containing project IDs and new status values.
Next
List projects filtered by status