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