Skip to content

Latest commit

 

History

History

toggl_py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

toggl-py

Public Toggl API. Note: We use BasicAuth in a specific way. By the standard you provide Authentication header with base64(user_name:password) as a credential. In our case it will be base64(user_name:api_token).

This Python 3 package is automatically generated by Swagger Codegen.

  • API version: 9
  • Package version: 1.0.0
  • Build package: la.compiler.codegen.TogglPythonClientCodegen

Installation & Usage

You can install directly from Github:

pip install git+https://github.com/compilerla/toggl-py.git

Then import the package:

import toggl

Getting Started

Please follow the installation procedure and then run the following:

import time
import toggl
from toggl.rest import ApiException
from pprint import pprint

# Configure HTTP basic authorization: BasicAuth
configuration = toggl.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = toggl.DefaultApi(toggl.ApiClient(configuration))
organization_id = 56 # int | Numeric ID of the organization.
group_id = 56 # int | Numeric ID of the group.

try:
    # Deletes group
    api_response = api_instance.delete_organization_group(organization_id, group_id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DefaultApi->delete_organization_group: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://localhost:8080/api/v9

Class Method HTTP request Description
DefaultApi delete_organization_group DELETE /organizations/{organization_id}/groups/{group_id} Deletes group
AlertsApi delete_alerts DELETE /workspaces/{workspace_id}/alerts/{alert_id} Alerts
AlertsApi get_alerts GET /workspaces/{workspace_id}/alerts Alerts
AlertsApi post_alerts POST /workspaces/{workspace_id}/alerts Alerts
AlertsApi put_alerts PUT /workspaces/{workspace_id}/alerts/{alert_id} Alerts
ApprovalsApi delete_timesheet_setups DELETE /workspaces/{workspace_id}/timesheet_setups/{setup_id} Delete a timesheet setup
ApprovalsApi get_timesheet_setups GET /workspaces/{workspace_id}/timesheet_setups Get timesheet setups
ApprovalsApi get_workspace_timesheet_hours_handler POST /workspaces/{workspace_id}/timesheets/hours Get timesheets hours
ApprovalsApi get_workspace_timesheet_time_entries_handler GET /workspaces/{workspace_id}/timesheets/{setup_id}/{start_date} Get timesheet time entries
ApprovalsApi get_workspace_timesheets_handler GET /workspaces/{workspace_id}/timesheets Get timesheets
ApprovalsApi post_timesheet_setups POST /workspaces/{workspace_id}/timesheet_setups Create a timesheet setup
ApprovalsApi put_timesheet_setups POST /workspaces/{workspace_id}/timesheet_setups/{setup_id} Update a timesheet setup
ApprovalsApi put_workspace_timesheets_handler PUT /workspaces/{workspace_id}/timesheets/{setup_id}/{start_date} Update timesheets
AuthApi desktop_login_get GET /desktop_login Get desktop login token
AuthApi desktop_login_tokens_post POST /desktop_login_tokens Post desktop login token
AuthenticationApi delete_workspace_sso DELETE /workspaces/{workspace_id}/sso Erase a workspace SSO configuration
AuthenticationApi get_saml2_login_url GET /auth/saml2/login SAML2 Identity Provider URL
AuthenticationApi get_workspace_sso GET /workspaces/{workspace_id}/sso Workspace SSO configuration
AuthenticationApi me_sessions_delete DELETE /me/sessions Delete session
AuthenticationApi me_sessions_post POST /me/sessions Create session
AuthenticationApi patch_workspace_sso PATCH /workspaces/{workspace_id}/sso Enable/disable the Workspace SSO configuration
AuthenticationApi post_enable_sso POST /me/enable_sso Confirm SSO enabling for user account
AuthenticationApi post_reset_token POST /me/reset_token ResetToken
AuthenticationApi post_saml2_callback POST /auth/saml2/login/{workspace_id} SAML2 Identity Provider Callback
AuthenticationApi post_signup POST /signup Signup
AuthenticationApi post_workspace_sso POST /workspaces/{workspace_id}/sso Workspace SSO configuration
AvatarsApi delete_avatars DELETE /avatars Avatars
AvatarsApi post_avatars POST /avatars Avatars
AvatarsApi post_use_gravatar POST /avatars/use_gravatar UseGravatar
CalendarApi integrations_calendar_calendars_selected_get GET /integrations/calendar/calendars/selected Get all selected calendars for a given user.
CalendarApi integrations_calendar_callback_provider_get GET /integrations/calendar/callback/{provider} Callback for provider OAuth setup.
CalendarApi integrations_calendar_events_details_suggestion_post POST /integrations/calendar/events/details-suggestion Get details suggestion for given events.
CalendarApi integrations_calendar_events_event_id_details_suggestion_get GET /integrations/calendar/events/{event_id}/details-suggestion Get details suggestion for a given event.
CalendarApi integrations_calendar_events_get GET /integrations/calendar/events Get all events for the caller user.
CalendarApi integrations_calendar_events_update_post POST /integrations/calendar/events/update Update all events from selected calendars for a user.
CalendarApi integrations_calendar_get GET /integrations/calendar Get all integrations a user has.
CalendarApi integrations_calendar_integration_id_calendars_calendar_id_patch PATCH /integrations/calendar/{integration_id}/calendars/{calendar_id} Sets whether a calendar is or not selected by the user.
CalendarApi integrations_calendar_integration_id_calendars_get GET /integrations/calendar/{integration_id}/calendars Get all calendars for a given integration.
CalendarApi integrations_calendar_integration_id_calendars_id_calendar_events_get GET /integrations/calendar/{integration_id}/calendars/{id_calendar}/events (DEPRECATED) Get all events for a given calendar in a given integration.
CalendarApi integrations_calendar_integration_id_calendars_update_post POST /integrations/calendar/{integration_id}/calendars/update Updates calendar data according to provider API.
CalendarApi integrations_calendar_integration_id_delete DELETE /integrations/calendar/{integration_id} Delete a given integration.
CalendarApi integrations_calendar_setup_get GET /integrations/calendar/setup Get URL for setting up a calendar integration with given provider.
ClientsApi archive_client POST /workspaces/{workspace_id}/clients/{client_id}/archive Archives client
ClientsApi delete_workspace_clients DELETE /workspaces/{workspace_id}/clients/{client_id} Delete client
ClientsApi get_workspace_client GET /workspaces/{workspace_id}/clients/{client_id} Load client from ID
ClientsApi get_workspace_clients GET /workspaces/{workspace_id}/clients List clients
ClientsApi post_workspace_clients POST /workspaces/{workspace_id}/clients Create client
ClientsApi put_workspace_clients PUT /workspaces/{workspace_id}/clients/{client_id} Change client
ClientsApi restore_client POST /workspaces/{workspace_id}/clients/{client_id}/restore Restores client and related projects.
CountriesApi get_countries GET /countries Countries
CountriesApi get_countries_country_id_subdivisions GET /countries/{country_id}/subdivisions CountrySubdivisions
DashboardApi get_workspace_all_activities GET /workspaces/{workspace_id}/dashboard/all_activity Get last activity for every workspace user
DashboardApi get_workspace_most_active GET /workspaces/{workspace_id}/dashboard/most_active Get most active users
DashboardApi get_workspace_top_activity GET /workspaces/{workspace_id}/dashboard/top_activity Get top activities
DefaultApi reports_api_v3_workspace_workspace_id_comparative_post POST /reports/api/v3/workspace/{workspace_id}/comparative Load comparative report
DefaultApi reports_api_v3_workspace_workspace_id_data_trends_clients_post POST /reports/api/v3/workspace/{workspace_id}/data_trends/clients Load clients' data trends
DefaultApi reports_api_v3_workspace_workspace_id_data_trends_projects_post POST /reports/api/v3/workspace/{workspace_id}/data_trends/projects Load projects' data trends
DefaultApi reports_api_v3_workspace_workspace_id_data_trends_users_post POST /reports/api/v3/workspace/{workspace_id}/data_trends/users Load users' data trends
DefaultApi reports_api_v3_workspace_workspace_id_profitability_projects_post POST /reports/api/v3/workspace/{workspace_id}/profitability/projects Load profitability projects report
DetailedReportsApi reports_api_v3_workspace_workspace_id_search_time_entries_extension_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries.{extension} Export detailed report
DetailedReportsApi reports_api_v3_workspace_workspace_id_search_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries.pdf Export detailed report
DetailedReportsApi reports_api_v3_workspace_workspace_id_search_time_entries_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries Search time entries
DetailedReportsApi reports_api_v3_workspace_workspace_id_search_time_entries_totals_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries/totals Load totals detailed report
ExportsApi get_me_export GET /me/export Get a list of objects to be downloaded
ExportsApi get_me_export_data_uuid_zip GET /me/export/data/{uuid}.zip Get the zip file with download requests
ExportsApi get_workspace_exports GET /workspaces/{workspace_id}/exports Get a list with the workspace download requests
ExportsApi get_workspace_exports_data_uuid_zip GET /workspaces/{workspace_id}/exports/data/{uuid}.zip Get the zip file with workspace download requests
ExportsApi insights_api_v1_workspace_workspace_id_profitability_employees_extension_post POST /insights/api/v1/workspace/{workspace_id}/profitability/employees.{extension} Export employee profitability insights
ExportsApi insights_api_v1_workspace_workspace_id_profitability_projects_extension_post POST /insights/api/v1/workspace/{workspace_id}/profitability/projects.{extension} Export profitability project insights
ExportsApi insights_api_v1_workspace_workspace_id_trends_projects_extension_post POST /insights/api/v1/workspace/{workspace_id}/trends/projects.{extension} Export projects data trends
ExportsApi post_me_export POST /me/export Post an object which data to be downloaded
ExportsApi post_workspace_exports POST /workspaces/{workspace_id}/exports Post a list with the workspace to be downloaded
ExportsApi reports_api_v3_shared_report_token_csv_post POST /reports/api/v3/shared/{report_token}.csv Export CSV for saved report
ExportsApi reports_api_v3_shared_report_token_pdf_post POST /reports/api/v3/shared/{report_token}/pdf Export saved report in pdf format
ExportsApi reports_api_v3_shared_report_token_xlsx_post POST /reports/api/v3/shared/{report_token}.xlsx Export XSLX saved report
ExportsApi reports_api_v3_workspace_workspace_id_search_time_entries_extension_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries.{extension} Export detailed report
ExportsApi reports_api_v3_workspace_workspace_id_search_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/search/time_entries.pdf Export detailed report
ExportsApi reports_api_v3_workspace_workspace_id_summary_time_entries_extension_post POST /reports/api/v3/workspace/{workspace_id}/summary/time_entries.{extension} Export summary report
ExportsApi reports_api_v3_workspace_workspace_id_summary_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/summary/time_entries.pdf Export summary report
ExportsApi reports_api_v3_workspace_workspace_id_weekly_time_entries_csv_post POST /reports/api/v3/workspace/{workspace_id}/weekly/time_entries.csv Export weekly report
ExportsApi reports_api_v3_workspace_workspace_id_weekly_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/weekly/time_entries.pdf Export weekly report
FavoritesApi create_favorite POST /me/favorites Create a favorite
FavoritesApi delete_favorite DELETE /me/favorites/{favorite_id} Deletes a given favorite
FavoritesApi get_favorites GET /me/favorites Get a list of favorites
FavoritesApi post_favorites_suggestions POST /me/favorites/suggestions Generates and returns a list of suggested favorites.
FavoritesApi update_favorite PUT /me/favorites Update an array of favorites
FeedbackApi post_feedback_web POST /feedback/web FeedbackWeb
FeedbackApi post_unified_feedback POST /feedback Feedback
GoalsApi goals_cadences_get GET /goals/cadences Get a list of goal cadences
GoalsApi goals_get GET /goals Get a list of goals
GoalsApi goals_goal_id_delete DELETE /goals/{goal_id} Delete one goal
GoalsApi goals_goal_id_get GET /goals/{goal_id} Get one goal
GoalsApi goals_goal_id_patch PATCH /goals/{goal_id} Update a Goal
GoalsApi goals_goal_id_stats_get GET /goals/{goal_id}/stats Get stats for a goal
GoalsApi goals_insight_post POST /goals/insight Get a insight
GoalsApi goals_post POST /goals Create a Goal
GroupsApi delete_organization_group DELETE /organizations/{organization_id}/groups/{group_id} Deletes group
GroupsApi delete_project_group DELETE /workspaces/{workspace_id}/project_groups/{project_group_id} Remove project group.
GroupsApi delete_workspace_group DELETE /workspaces/{workspace_id}/groups/{group_id} Delete group
GroupsApi get_organization_groups GET /organizations/{organization_id}/groups List of groups in organization with user and workspace assignments
GroupsApi get_organization_workspaces_groups GET /organizations/{organization_id}/workspaces/{workspace_id}/groups List of groups in a workspace within an organization with user assignments.
GroupsApi get_project_groups GET /workspaces/{workspace_id}/project_groups Get workspace project groups.
GroupsApi get_workspace_groups GET /workspaces/{workspace_id}/groups Get workspace groups
GroupsApi patch_organization_group PATCH /organizations/{organization_id}/groups/{group_id} Patch group
GroupsApi post_organization_group POST /organizations/{organization_id}/groups Create group
GroupsApi post_project_group POST /workspaces/{workspace_id}/project_groups Adds group to project.
GroupsApi post_workspace_group POST /workspaces/{workspace_id}/groups Create group
GroupsApi put_organization_group PUT /organizations/{organization_id}/groups/{group_id} Edit group
GroupsApi put_organization_workspaces_assignments PUT /organizations/{organization_id}/workspaces/{workspace_id}/assignments Change assignments of users within a workspace.
GroupsApi put_workspace_group PUT /workspaces/{workspace_id}/groups/{group_id} Update group
IcalApi get_ical GET /ical/workspace_user/{token} Ical file
IcalApi post_workspace_ical_reset POST /workspaces/{workspace_id}/ical/reset Reset iCal token
IcalApi post_workspace_ical_toggle POST /workspaces/{workspace_id}/ical/toggle Toggle the iCal token
InsightsApi insights_api_v1_workspace_workspace_id_data_trends_projects_post POST /insights/api/v1/workspace/{workspace_id}/data_trends/projects Load projects' data trends
InsightsApi insights_api_v1_workspace_workspace_id_profitability_employees_extension_post POST /insights/api/v1/workspace/{workspace_id}/profitability/employees.{extension} Export employee profitability insights
InsightsApi insights_api_v1_workspace_workspace_id_profitability_projects_extension_post POST /insights/api/v1/workspace/{workspace_id}/profitability/projects.{extension} Export profitability project insights
InsightsApi insights_api_v1_workspace_workspace_id_trends_projects_extension_post POST /insights/api/v1/workspace/{workspace_id}/trends/projects.{extension} Export projects data trends
InvitationsApi get_invitations GET /invitations/{invitation_code} Get an invitation
InvitationsApi post_organization_accept_invitation POST /organizations/invitations/{invitation_code}/accept Accepts invitation
InvitationsApi post_organization_invitation POST /organizations/{organization_id}/invitations Creates a new invitation for the user
InvitationsApi post_reject_invitation POST /organizations/invitations/{invitation_code}/reject Rejects invitation
InvitationsApi put_invitation PUT /organizations/{organization_id}/invitations/{invitation_code}/resend Resends user their invitation
KeysApi get_keys GET /keys get keys
MeApi delete_push_services DELETE /me/push_services PushServices
MeApi get_clients GET /me/clients Clients
MeApi get_lost_password GET /me/lost_passwords LostPassword
MeApi get_me GET /me Me
MeApi get_me_features GET /me/features Features
MeApi get_me_flags GET /me/flags Flags
MeApi get_me_location GET /me/location User's last known location
MeApi get_me_notifications GET /me/notifications Notifications
MeApi get_me_projects GET /me/projects Projects
MeApi get_me_projects_paginated GET /me/projects/paginated ProjectsPaginated
MeApi get_me_timesheets GET /me/timesheets User's Timesheets
MeApi get_me_track_reminders GET /me/track_reminders TrackReminders
MeApi get_organizations GET /me/organizations Organizations that a user is part of
MeApi get_push_services GET /me/push_services PushServices
MeApi get_tags GET /me/tags Tags
MeApi get_tasks GET /me/tasks Tasks
MeApi get_web_timer GET /me/web-timer WebTimer
MeApi get_workspaces GET /me/workspaces Workspaces
MeApi me_logged_get GET /me/logged Logged
MeApi post_close_account POST /me/close_account CloseAccount
MeApi post_lost_password POST /me/lost_passwords LostPassword
MeApi post_lost_password_confirm POST /me/lost_passwords/confirm LostPassword conformation
MeApi post_me_accept_tos POST /me/accept_tos AcceptTOS
MeApi post_me_disable_product_emails POST /me/disable_product_emails/{disable_code} Disable product emails
MeApi post_me_disable_weekly_report POST /me/disable_weekly_report/{weekly_report_code} Disable weekly report
MeApi post_me_flags POST /me/flags Flags
MeApi post_push_services POST /me/push_services PushServices
MeApi put_me PUT /me Me
MeApi put_notifications POST /me/notifications/{notification_id}/seen Notifications
MobileApi post_mobile_feedback POST /mobile/feedback MobileFeedback
OrganizationsApi delete_organization_group DELETE /organizations/{organization_id}/groups/{group_id} Deletes group
OrganizationsApi delete_organization_users_leave DELETE /organizations/{organization_id}/users/leave Leaves organization
OrganizationsApi get_organization GET /organizations/{organization_id} Organization data
OrganizationsApi get_organization_groups GET /organizations/{organization_id}/groups List of groups in organization with user and workspace assignments
OrganizationsApi get_organization_owner GET /organizations/{organization_id}/owner Get owner of the organization
OrganizationsApi get_organization_segmentation GET /organizations/{organization_id}/segmentation Organization segmentation data
OrganizationsApi get_organization_users GET /organizations/{organization_id}/users List of users in organization
OrganizationsApi get_organization_users_detailed GET /organizations/{organization_id}/users/detailed List of users in organization with details
OrganizationsApi get_organization_workspaces_groups GET /organizations/{organization_id}/workspaces/{workspace_id}/groups List of groups in a workspace within an organization with user assignments.
OrganizationsApi get_organization_workspaces_statistics GET /organizations/{organization_id}/workspaces/statistics Statistics for all workspaces in the organization
OrganizationsApi get_organizations_payments_records GET /organizations/{organization_id}/payment_records OrganizationsPaymentRecords
OrganizationsApi get_organizations_plans GET /organizations/{organization_id}/plans OrganizationsPlans
OrganizationsApi get_organizations_plans_0 GET /organizations/{organization_id}/plans/{plan_id} OrganizationsPlan
OrganizationsApi patch_organization_group PATCH /organizations/{organization_id}/groups/{group_id} Patch group
OrganizationsApi patch_organization_users PATCH /organizations/{organization_id}/users Apply changes in bulk to users in an organization
OrganizationsApi post_organization POST /organizations Creates a new organization
OrganizationsApi post_organization_accept_invitation POST /organizations/invitations/{invitation_code}/accept Accepts invitation
OrganizationsApi post_organization_group POST /organizations/{organization_id}/groups Create group
OrganizationsApi post_organization_invitation POST /organizations/{organization_id}/invitations Creates a new invitation for the user
OrganizationsApi post_organization_workspaces POST /organizations/{organization_id}/workspaces Create a new workspace.
OrganizationsApi put_organization PUT /organizations/{organization_id} Updates an existing organization
OrganizationsApi put_organization_group PUT /organizations/{organization_id}/groups/{group_id} Edit group
OrganizationsApi put_organization_segmentation PUT /organizations/{organization_id}/segmentation Organization segmentation data
OrganizationsApi put_organization_users PUT /organizations/{organization_id}/users/{organization_user_id} Changes a single organization-user
OrganizationsApi put_organization_workspaces_assignments PUT /organizations/{organization_id}/workspaces/{workspace_id}/assignments Change assignments of users within a workspace.
OrganizationsOwnerApi get_ownership_transfer GET /organizations/{organization_id}/owner/transfer/{transfer_id} Returns single organization transfer in the organization
OrganizationsOwnerApi get_ownership_transfers GET /organizations/{organization_id}/owner/transfer Returns list of organization transfers made in the organization
OrganizationsOwnerApi post_ownership_transfer POST /organizations/{organization_id}/owner/transfer Creates new ownership transfer process
OrganizationsOwnerApi post_ownership_transfer_actions POST /organizations/{organization_id}/owner/transfer/{transfer_id}/{action} Updates transfer process and emails stakeholders
OrganizationsSubscriptionApi get_organization_purchase_order_pdf GET /organizations/{organization_id}/subscription/purchase_orders/{purchase_order_uid}.pdf PurchaseOrderPdf
OrganizationscustomerApi get_organization_customer GET /organizations/{organization_id}/customer Customer
OrganizationscustomerApi get_unified_customer GET /organizations/{organization_id}/subscription/customer Retrieve unified customer
OrganizationscustomerApi post_organization_customer POST /organizations/{organization_id}/customer/contact_detail ContactDetails
OrganizationscustomerApi post_unified_customer POST /organizations/{organization_id}/subscription/customer Create unified customer
OrganizationscustomerApi put_unified_customer PUT /organizations/{organization_id}/subscription/customer Update unified customer
OrganizationssubscriptionApi post_organization_subscription_calculate POST /organizations/{organization_id}/subscription/calculate SubscriptionCalculation
OrganizationssubscriptionbillingApi create_billing_portal_session POST /organizations/{organization_id}/subscription/billing_portal Create a billing portal session in the unified subscription system
OrganizationssubscriptioncheckoutApi create_subscription_checkout_session POST /organizations/{organization_id}/subscription/checkout_session Create a subscription checkout session in the unified subscription system
OrganizationssubscriptionpromocodeApi delete_promotion_code DELETE /organizations/{organization_id}/subscription/promocode Removes any discount (promotion code) applied to the organization's customer
OrganizationssubscriptionpromocodeApi post_promotion_code POST /organizations/{organization_id}/subscription/promocode Applies the given promotion code to organization's customer
OrganizationssubscriptionsetupIntentApi create_setup_intent POST /organizations/{organization_id}/subscription/setup_intent Create a setup intent for collecting customer's payment method
PreferencesApi get_preferences GET /me/preferences Preferences for the current user
PreferencesApi get_preferences_client GET /me/preferences/{client} Preferences for an specific client of the current user
PreferencesApi get_workspace_preferences GET /workspaces/{workspace_id}/preferences Get workspace preferences
PreferencesApi post_preferences POST /me/preferences Update the preferences for the current user
PreferencesApi post_preferences_client POST /me/preferences/{client} Update the preferences for an specific client of the current user
PreferencesApi post_workspace_preferences POST /workspaces/{workspace_id}/preferences Get workspace preferences
ProjectsApi delete_workspace_project DELETE /workspaces/{workspace_id}/projects/{project_id} WorkspaceProject
ProjectsApi delete_workspace_project_users DELETE /workspaces/{workspace_id}/project_users/{project_user_id} Delete a project user from workspace projects users
ProjectsApi get_projects GET /workspaces/{workspace_id}/projects WorkspaceProjects
ProjectsApi get_projects_templates GET /workspaces/{workspace_id}/projects/templates WorkspaceProjectsTemplates
ProjectsApi get_workspace_project_periods GET /workspaces/{workspace_id}/projects/{project_id}/periods Get Recurring Project Periods
ProjectsApi get_workspace_project_users GET /workspaces/{workspace_id}/project_users Get workspace projects users
ProjectsApi patch_workspace_project_users_ids PATCH /workspaces/{workspace_id}/project_users/{project_user_ids} Patch project users from workspace
ProjectsApi patch_workspace_projects PATCH /workspaces/{workspace_id}/projects/{project_ids} WorkspaceProjects
ProjectsApi post_workspace_project_create POST /workspaces/{workspace_id}/projects WorkspaceProjects
ProjectsApi post_workspace_project_users POST /workspaces/{workspace_id}/project_users Add an user into workspace projects users
ProjectsApi put_workspace_project PUT /workspaces/{workspace_id}/projects/{project_id} WorkspaceProject
ProjectsApi put_workspace_project_users PUT /workspaces/{workspace_id}/project_users/{project_user_id} Update an user into workspace projects users
ProjectsApi workspaces_workspace_id_projects_billable_amounts_post POST /workspaces/{workspace_id}/projects/billable-amounts Projects
ProjectsApi workspaces_workspace_id_projects_project_id_get GET /workspaces/{workspace_id}/projects/{project_id} WorkspaceProject
ProjectsApi workspaces_workspace_id_projects_project_id_statistics_get GET /workspaces/{workspace_id}/projects/{project_id}/statistics WorkspaceProject
RatesApi create_rate POST /workspaces/{workspace_id}/rates Rates creation
RatesApi delete_rate DELETE /workspaces/{workspace_id}/rates/{rate_id} Rates delete
RatesApi get_rates_by_level GET /workspaces/{workspace_id}/rates/{level}/{level_id} Rates list
ReportsApi delete_saved_report_resource DELETE /workspaces/{workspace_id}/reports/shared/{report_id} models.SavedReport
ReportsApi delete_workspace_scheduled_reports DELETE /workspaces/{workspace_id}/scheduled_reports/{report_id} ScheduledReport
ReportsApi get_saved_report_resource GET /workspaces/{workspace_id}/reports/shared/{report_id} models.SavedReport
ReportsApi get_shared_report GET /workspaces/{workspace_id}/reports/shared workspace.SharedReport
ReportsApi get_workspace_scheduled_reports GET /workspaces/{workspace_id}/scheduled_reports ScheduledReports
ReportsApi post_shared_report POST /workspaces/{workspace_id}/reports/shared workspace.SharedReport
ReportsApi post_workspace_scheduled_reports POST /workspaces/{workspace_id}/scheduled_reports ScheduledReports
ReportsApi put_saved_report_resource PUT /workspaces/{workspace_id}/reports/shared/{report_id} models.SavedReport
ReportsApi put_shared_report PUT /workspaces/{workspace_id}/reports/shared workspace.SharedReport
SavedReportsApi reports_api_v3_shared_report_token_csv_post POST /reports/api/v3/shared/{report_token}.csv Export CSV for saved report
SavedReportsApi reports_api_v3_shared_report_token_pdf_post POST /reports/api/v3/shared/{report_token}/pdf Export saved report in pdf format
SavedReportsApi reports_api_v3_shared_report_token_post POST /reports/api/v3/shared/{report_token} Load the previously saved report
SavedReportsApi reports_api_v3_shared_report_token_xlsx_post POST /reports/api/v3/shared/{report_token}.xlsx Export XSLX saved report
SmailApi post_smail_contact POST /smail/contact Send an email to a contact
SmailApi post_smail_demo POST /smail/demo Send an email for a demo
SmailApi post_smail_meet POST /smail/meet Send an email for meet
StatusApi get_status GET /status Status
SubscriptionApi delete_organization_subscription DELETE /organizations/{organization_id}/subscription Subscription
SubscriptionApi delete_workspace_subscription DELETE /workspaces/{workspace_id}/subscription/{subscription_id} Subscription
SubscriptionApi get_currencies GET /currencies Currencies
SubscriptionApi get_organization_invoice GET /organizations/{organization_id}/invoices/{invoice_uid}.pdf InvoicePdf
SubscriptionApi get_organization_invoice_summary GET /organizations/{organization_id}/subscription/invoice_summary Invoice Summary
SubscriptionApi get_organization_subscription GET /organizations/{organization_id}/subscription Subscription
SubscriptionApi get_public_subscription_plans GET /workspaces/plans Public Subscription Plans
SubscriptionApi get_workspace_currencies GET /workspaces/{workspace_id}/currencies Get workspace currencies
SubscriptionApi get_workspace_customer GET /workspaces/{workspace_id}/customer Customer
SubscriptionApi get_workspace_features GET /workspaces/{workspace_id}/subscription/features Features
SubscriptionApi get_workspace_features_selected GET /workspaces/{workspace_id}/subscription/selected_features SelectedFeatures
SubscriptionApi get_workspace_invoices GET /workspaces/{workspace_id}/invoices/{invoice_id}.pdf InvoicePdf
SubscriptionApi get_workspace_payment_receipts GET /workspaces/{workspace_id}/payment_receipts/{payment_id}.pdf PaymentReceipts
SubscriptionApi get_workspace_payment_records GET /workspaces/{workspace_id}/payment_records PaymentRecords
SubscriptionApi get_workspace_plans GET /workspaces/{workspace_id}/plans WorkspacePlans
SubscriptionApi get_workspace_plans_pricing GET /workspaces/{workspace_id}/plans/{plan_id} WorkspacePlan
SubscriptionApi get_workspace_purchase_order_pdf GET /workspaces/{workspace_id}/subscription/purchase_orders/{purchase_order_id}.pdf PurchaseOrderPdf
SubscriptionApi get_workspace_subscription GET /workspaces/{workspace_id}/subscription Subscription
SubscriptionApi post_organization_plans_pricing_feedback POST /organizations/{organization_id}/pricing_plans/{pricing_plan_id}/feedback Feedback
SubscriptionApi post_organization_purchase_order POST /organizations/{organization_id}/subscription/purchase_orders PurchaseOrders
SubscriptionApi post_organization_subscription POST /organizations/{organization_id}/subscription Subscription
SubscriptionApi post_organization_subscription_0 POST /organizations/{organization_id}/subscription/trial Subscription
SubscriptionApi post_workspace_customer POST /workspaces/{workspace_id}/customer/contact_detail ContactDetails
SubscriptionApi post_workspace_plans_pricing_feedback POST /workspaces/{workspace_id}/pricing_plans/{pricing_plan_id}/feedback Feedback
SubscriptionApi post_workspace_purchase_order POST /workspaces/{workspace_id}/subscription/purchase_orders PurchaseOrders
SubscriptionApi post_workspace_subscription POST /workspaces/{workspace_id}/subscription Subscription
SubscriptionApi post_workspace_subscription_calculate POST /workspaces/{workspace_id}/subscription/calculate SubscriptionCalculation
SubscriptionApi post_workspace_subscription_inc_accept POST /workspaces/{workspace_id}/subscription/inc_accept IncAccept
SubscriptionApi put_organization_subscription PUT /organizations/{organization_id}/subscription Subscription
SubscriptionApi put_workspace_profile PUT /workspaces/{workspace_id}/profile/{profile_id} Profile
SummaryReportsApi reports_api_v3_workspace_workspace_id_projects_project_id_summary_post POST /reports/api/v3/workspace/{workspace_id}/projects/{project_id}/summary Load project summary
SummaryReportsApi reports_api_v3_workspace_workspace_id_projects_summary_post POST /reports/api/v3/workspace/{workspace_id}/projects/summary List project users
SummaryReportsApi reports_api_v3_workspace_workspace_id_summary_time_entries_extension_post POST /reports/api/v3/workspace/{workspace_id}/summary/time_entries.{extension} Export summary report
SummaryReportsApi reports_api_v3_workspace_workspace_id_summary_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/summary/time_entries.pdf Export summary report
SummaryReportsApi reports_api_v3_workspace_workspace_id_summary_time_entries_post POST /reports/api/v3/workspace/{workspace_id}/summary/time_entries Search time entries
TagsApi delete_workspace_tag DELETE /workspaces/{workspace_id}/tags/{tag_id} Delete tag
TagsApi get_workspace_tag GET /workspaces/{workspace_id}/tags Tags
TagsApi patch_workspace_tags PATCH /workspaces/{workspace_id}/tags Bulk delete tags
TagsApi post_workspace_tag POST /workspaces/{workspace_id}/tags Create tag
TagsApi put_workspace_tag PUT /workspaces/{workspace_id}/tags/{tag_id} Update tag
TasksApi delete_workspace_project_task DELETE /workspaces/{workspace_id}/projects/{project_id}/tasks/{task_id} WorkspaceProjectTask
TasksApi get_workspace_project_task GET /workspaces/{workspace_id}/projects/{project_id}/tasks/{task_id} WorkspaceProjectTask
TasksApi get_workspace_project_tasks GET /workspaces/{workspace_id}/projects/{project_id}/tasks WorkspaceProjectTasks
TasksApi get_workspace_tasks GET /workspaces/{workspace_id}/tasks Tasks
TasksApi patch_workspace_project_tasks PATCH /workspaces/{workspace_id}/projects/{project_id}/tasks/{task_ids} WorkspaceProjectTasks
TasksApi post_workspace_project_tasks POST /workspaces/{workspace_id}/projects/{project_id}/tasks WorkspaceProjectTasks
TasksApi put_workspace_project_task PUT /workspaces/{workspace_id}/projects/{project_id}/tasks/{task_id} WorkspaceProjectTask
TimeEntriesApi delete_workspace_time_entries DELETE /workspaces/{workspace_id}/time_entries/{time_entry_id} TimeEntries
TimeEntriesApi get_current_time_entry GET /me/time_entries/current Get current time entry
TimeEntriesApi get_time_entries GET /me/time_entries TimeEntries
TimeEntriesApi get_time_entry_by_id GET /me/time_entries/{time_entry_id} Get a time entry by ID.
TimeEntriesApi get_time_notes_entry_notes_by_id GET /me/time_entries/{time_entry_id}/notes Get a time entries' notes by ID.
TimeEntriesApi get_workspace_time_entry_invitations GET /workspaces/{workspace_id}/time_entry_invitations TimeEntries
TimeEntriesApi patch_time_entries PATCH /workspaces/{workspace_id}/time_entries/{time_entry_ids} Bulk editing time entries
TimeEntriesApi patch_workspace_stop_time_entry_handler PATCH /workspaces/{workspace_id}/time_entries/{time_entry_id}/stop Stop TimeEntry
TimeEntriesApi post_workspace_time_entries POST /workspaces/{workspace_id}/time_entries TimeEntries
TimeEntriesApi post_workspace_time_entry_invitation_action POST /workspaces/{workspace_id}/time_entry_invitations/{time_entry_invitation_id}/{action} TimeEntries
TimeEntriesApi put_time_entry_notes_by_id PUT /me/time_entries/{time_entry_id}/notes Put a time entry notes by ID.
TimeEntriesApi put_workspace_time_entry_handler PUT /workspaces/{workspace_id}/time_entries/{time_entry_id} TimeEntries
TimeEntriesNotesApi delete_time_entry_notes_by_id DELETE /me/time_entries/{time_entry_id}/notes delete a time entry note by ID.
TimeEntryConstraintsApi get_workspace_time_entry_constraints GET /workspaces/{workspace_id}/time_entry_constraints Get workspace time entry constraints
TimelineApi timeline_delete DELETE /timeline Delete all timeline data
TimelineApi timeline_get GET /timeline Get timeline events
TimelineApi timeline_post POST /timeline Save timeline events
TimezonesApi get_offsets GET /timezones/offsets Offsets
TimezonesApi get_timezones GET /timezones Timezones
UserInvoicesApi delete_workspace_invoice DELETE /workspaces/{workspace_id}/invoices/{user_invoice_id} Delete user invoice.
UserInvoicesApi get_workspace_invoices GET /workspaces/{workspace_id}/invoices Get workspace invoices.
UserInvoicesApi post_workspace_user_invoice POST /workspaces/{workspace_id}/invoices Create user invoice
UsersApi delete_organization_users_leave DELETE /organizations/{organization_id}/users/leave Leaves organization
UsersApi delete_workspace_user DELETE /workspaces/{workspace_id}/workspace_users/{workspace_user_id} Delete workspace user
UsersApi get_organization_users GET /organizations/{organization_id}/users List of users in organization
UsersApi get_organization_users_detailed GET /organizations/{organization_id}/users/detailed List of users in organization with details
UsersApi get_organization_workspaces_workspaceusers GET /organizations/{organization_id}/workspaces/{workspace_id}/workspace_users List of users who belong to the given workspace.
UsersApi get_workspace_users GET /workspaces/{workspace_id}/users Get workspace users
UsersApi get_workspace_workspace_users GET /workspaces/{workspace_id}/workspace_users Get workspace workspace-users
UsersApi patch_organization_users PATCH /organizations/{organization_id}/users Apply changes in bulk to users in an organization
UsersApi patch_organization_workspace_users PATCH /organizations/{organization_id}/workspaces/{workspace_id}/workspace_users Changes the users in a workspace.
UsersApi post_workspace_users_lost_password POST /workspaces/{workspace_id}/users/{user_id}/lost_password Change a lost password
UsersApi put_organization_users PUT /organizations/{organization_id}/users/{organization_user_id} Changes a single organization-user
UsersApi put_organization_workspaces_assignments PUT /organizations/{organization_id}/workspaces/{workspace_id}/assignments Change assignments of users within a workspace.
UsersApi put_workspace_users PUT /workspaces/{workspace_id}/users/{user_id} Update workspace user
UsersApi put_workspace_workspace_users PUT /workspaces/{workspace_id}/workspace_users/{workspace_user_id} Update workspace-user
UtilsApi reports_api_v3_workspace_workspace_id_action_tasks_auth_post POST /reports/api/v3/workspace/{workspace_id}/{action}/tasks_auth List tasks
UtilsApi reports_api_v3_workspace_workspace_id_action_tasks_post POST /reports/api/v3/workspace/{workspace_id}/{action}/tasks List tasks
UtilsApi reports_api_v3_workspace_workspace_id_filters_clients_post POST /reports/api/v3/workspace/{workspace_id}/filters/clients List clients
UtilsApi reports_api_v3_workspace_workspace_id_filters_project_groups_post POST /reports/api/v3/workspace/{workspace_id}/filters/project_groups List project groups filter
UtilsApi reports_api_v3_workspace_workspace_id_filters_project_users_post POST /reports/api/v3/workspace/{workspace_id}/filters/project_users List project users
UtilsApi reports_api_v3_workspace_workspace_id_filters_projects_post POST /reports/api/v3/workspace/{workspace_id}/filters/projects List projects
UtilsApi reports_api_v3_workspace_workspace_id_filters_projects_status_post POST /reports/api/v3/workspace/{workspace_id}/filters/projects/status List projects statuses
UtilsApi reports_api_v3_workspace_workspace_id_filters_tasks_auth_status_post POST /reports/api/v3/workspace/{workspace_id}/filters/tasks_auth/status List tasks statuses
UtilsApi reports_api_v3_workspace_workspace_id_filters_tasks_status_post POST /reports/api/v3/workspace/{workspace_id}/filters/tasks/status List tasks statuses
UtilsApi reports_api_v3_workspace_workspace_id_filters_users_post POST /reports/api/v3/workspace/{workspace_id}/filters/users List users
UtilsApi reports_api_v3_workspace_workspace_id_search_clients_post POST /reports/api/v3/workspace/{workspace_id}/search/clients Search clients
UtilsApi reports_api_v3_workspace_workspace_id_search_projects_post POST /reports/api/v3/workspace/{workspace_id}/search/projects List projects
UtilsApi reports_api_v3_workspace_workspace_id_search_users_post POST /reports/api/v3/workspace/{workspace_id}/search/users List users
WeeklyReportsApi reports_api_v3_workspace_workspace_id_weekly_time_entries_csv_post POST /reports/api/v3/workspace/{workspace_id}/weekly/time_entries.csv Export weekly report
WeeklyReportsApi reports_api_v3_workspace_workspace_id_weekly_time_entries_pdf_post POST /reports/api/v3/workspace/{workspace_id}/weekly/time_entries.pdf Export weekly report
WeeklyReportsApi reports_api_v3_workspace_workspace_id_weekly_time_entries_post POST /reports/api/v3/workspace/{workspace_id}/weekly/time_entries Search time entries
WorkspacesApi delete_alerts DELETE /workspaces/{workspace_id}/alerts/{alert_id} Alerts
WorkspacesApi delete_timesheet_setups DELETE /workspaces/{workspace_id}/timesheet_setups/{setup_id} Delete a timesheet setup
WorkspacesApi delete_workspace_track_reminder DELETE /workspaces/{workspace_id}/track_reminders/{reminder_id} TrackReminder
WorkspacesApi delete_workspace_user DELETE /workspaces/{workspace_id}/workspace_users/{workspace_user_id} Delete workspace user
WorkspacesApi get_organization_workspaces_groups GET /organizations/{organization_id}/workspaces/{workspace_id}/groups List of groups in a workspace within an organization with user assignments.
WorkspacesApi get_organization_workspaces_statistics GET /organizations/{organization_id}/workspaces/statistics Statistics for all workspaces in the organization
WorkspacesApi get_organization_workspaces_workspaceusers GET /organizations/{organization_id}/workspaces/{workspace_id}/workspace_users List of users who belong to the given workspace.
WorkspacesApi get_timesheet_setups GET /workspaces/{workspace_id}/timesheet_setups Get timesheet setups
WorkspacesApi get_workspace GET /workspaces/{workspace_id} Get single workspace
WorkspacesApi get_workspace_statistics GET /workspaces/{workspace_id}/statistics Workspace statistics
WorkspacesApi get_workspace_time_entry_constraints GET /workspaces/{workspace_id}/time_entry_constraints Get workspace time entry constraints
WorkspacesApi get_workspace_timesheet_hours_handler POST /workspaces/{workspace_id}/timesheets/hours Get timesheets hours
WorkspacesApi get_workspace_timesheet_time_entries_handler GET /workspaces/{workspace_id}/timesheets/{setup_id}/{start_date} Get timesheet time entries
WorkspacesApi get_workspace_timesheets_handler GET /workspaces/{workspace_id}/timesheets Get timesheets
WorkspacesApi get_workspace_track_reminders GET /workspaces/{workspace_id}/track_reminders TrackReminders
WorkspacesApi get_workspace_users GET /workspaces/{workspace_id}/users Get workspace users
WorkspacesApi get_workspaces GET /me/all_workspaces Workspaces
WorkspacesApi get_workspaces_0 GET /me/workspaces Workspaces
WorkspacesApi patch_organization_workspace_users PATCH /organizations/{organization_id}/workspaces/{workspace_id}/workspace_users Changes the users in a workspace.
WorkspacesApi post_alerts POST /workspaces/{workspace_id}/alerts Alerts
WorkspacesApi post_organization_workspaces POST /organizations/{organization_id}/workspaces Create a new workspace.
WorkspacesApi post_timesheet_setups POST /workspaces/{workspace_id}/timesheet_setups Create a timesheet setup
WorkspacesApi post_workspace_track_reminders POST /workspaces/{workspace_id}/track_reminders TrackReminders
WorkspacesApi post_workspace_users_lost_password POST /workspaces/{workspace_id}/users/{user_id}/lost_password Change a lost password
WorkspacesApi post_workspaces POST /workspaces Workspaces
WorkspacesApi put_organization_workspaces_assignments PUT /organizations/{organization_id}/workspaces/{workspace_id}/assignments Change assignments of users within a workspace.
WorkspacesApi put_timesheet_setups POST /workspaces/{workspace_id}/timesheet_setups/{setup_id} Update a timesheet setup
WorkspacesApi put_workspace_timesheets_handler PUT /workspaces/{workspace_id}/timesheets/{setup_id}/{start_date} Update timesheets
WorkspacesApi put_workspace_track_reminder PUT /workspaces/{workspace_id}/track_reminders/{reminder_id} TrackReminder
WorkspacesApi put_workspace_users PUT /workspaces/{workspace_id}/users/{user_id} Update workspace user
WorkspacesApi put_workspace_workspace_users PUT /workspaces/{workspace_id}/workspace_users/{workspace_user_id} Update workspace-user
WorkspacesApi put_workspaces PUT /workspaces/{workspace_id} Update workspace
WorkspaceslogoApi get_workspace_logo GET /workspaces/{workspace_id}/logo Get workspace logo
WorkspaceslogoApi get_workspace_logo_0 DELETE /workspaces/{workspace_id}/logo Delete workspace logo
WorkspaceslogoApi post_workspace_logo POST /workspaces/{workspace_id}/logo Post workspace logo
WorkspacesreportssharedApi bulk_delete_saved_report_resource PATCH /workspaces/{workspace_id}/reports/shared/bulk_delete SavedReport
WorkspacestimeEntryConstraintsApi post_workspace_time_entry_constraints POST /workspaces/{workspace_id}/time_entry_constraints Post workspace time entry constraints

Documentation For Models

Documentation For Authorization

BasicAuth

  • Type: HTTP basic authentication

Author