Path: blob/master/Clockify/Clockify_Get_all_projects_on_workspace.ipynb
2973 views
Kernel: Python 3
Clockify - Get all projects on workspace
Tags: #clockify #api #projects #workspace #get #python
Author: Florent Ravenel
Last update: 2023-05-17 (Created: 2023-04-05)
Description: This notebook will show how to get all projects on a workspace using the Clockify API and return a dict.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key
: Get your API keyworkspace_id
: ID of the workspace
In [ ]:
Model
Get all projects on workspace
This function will get all projects on a workspace using the Clockify API.
In [ ]:
Output
Display result
In [ ]: