Path: blob/master/Forecast/Forecast_List_all_projects.ipynb
2973 views
Kernel: Python 3
Forecast - List all projects
Tags: #forecast #projects #api #list #python #get
Author: Landry Christensen
Last update: 2023-08-08 (Created: 2023-08-08)
Description: This notebook will list all projects from the forecast API. Forecast is a service that connects to harvest and allows you to plan for allocations to harvest projects.
References:
Disclaimer:
Kindly be aware that the Forecast API is currently not available for public use or documentation. If you wish to customize and utilize this template for your specific needs, please reach out to the author.
Kindly be aware that the Forecast API is currently not available for public use or documentation. If you wish to customize and utilize this template for your specific needs, please reach out to the author.
Input
Import libraries
In [ ]:
Setup variables
Mandatory
account_id
: Account ID from Forecastclient_id
: Client ID from Forecastclient_secret
: Client Secret from Forecastrefresh_token
: Refresh Token from Forecast
Optional
limit
: projects limit, to get all projects enter -1
In [ ]:
Model
List all projects
This function will list all projects from the Forecast API
In [ ]:
Output
Display result
In [ ]:
In [ ]: