Path: blob/master/Forecast/Forecast_List_all_clients.ipynb
2973 views
Kernel: Python 3
Forecast - List all clients
Tags: #forecast #clients #api #list #python #get
Author: Landry Christensen
Last update: 2023-08-08 (Created: 2023-08-08)
Description: This notebook will list all clients 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
: clients limit, to get all clients enter -1
In [ ]:
Model
List all clients
This function will list all clients from the Forecast API
In [ ]:
Output
Display result
In [ ]:
In [ ]: