Projects
Create a project
Creates a new project. Returns the created project ID. May attach an X-Message header with a non-blocking warning about the new entity.
Parameters:
-
project(body, required): The project entity to create. -
enableMeteonormDownload(query, optional): Whether to enable Meteonorm weather data download. Default: false.
POST
Create a project
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Query Parameters
Body
application/json
ProjectStatusEnum
Available options:
0, 1, 2 Response
Created project ID
Previous
Get current user's projectsReturns all projects owned by the current user. Optionally filter by status.
**Parameters:**
- `status` (query, optional): Filter by project status (ProjectStatusEnum).
Next
Create a project