| get_project_id | R Documentation |
retrieve project id
get_project_id( project_name = get_context_project(), api_token = get_toggl_api_token(), create = FALSE, client = NULL, workspace_id = get_workspace_id(api_token), color = NULL )
project_name |
the project name |
api_token |
the toggl api token |
create |
boolean do you want to create the project if it doesnt exist ? |
client |
client name |
workspace_id |
workspace id |
color |
id of the color selected for the project |