NAiOS IconNAiOS Logo
Volver al catálogo

DeskTime

desktime

DeskTime is an automatic time tracking software that helps teams and freelancers monitor productivity, manage projects, and analyze work habits.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (10)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Project with Optional TaskDESKTIME_CREATE_PROJECT_WITH_TASKAcción

Tool to create a new project with an optional initial task. use when you need to set up a new desktime project programmatically.

Parámetros de entrada

  • taskstring

    Optional initial task name to associate with the project

  • projectstringObligatorio

    Name of the project to be created

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Account DetailsDESKTIME_GET_ACCOUNT_DETAILSAcción

Tool to retrieve detailed information about the authenticated user's company account. use after confirming the api key is valid to fetch company name, work settings, account timezone, and timestamp.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Company EmployeesDESKTIME_GET_ALL_COMPANY_EMPLOYEESAcción

Tool to list all employees in the company, including their roles and statuses. use after confirming valid credentials to fetch the organization’s roster.

Parámetros de entrada

  • datestring

    Target date in "YYYY-MM-DD" format. Defaults to today if omitted.

  • periodstringenum

    Time period granularity: "day" or "month". Defaults to "day".

    daymonth

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Employee DataDESKTIME_GET_EMPLOYEE_DATAAcción

Tool to fetch data for all employees within the company. use after verifying the api key is valid.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Employee ProjectsDESKTIME_GET_EMPLOYEE_PROJECTSAcción

Tool to retrieve information about projects assigned to employees, including project names, durations, and statuses. use when you need to fetch per-employee project tracking data for a specific date.

Parámetros de entrada

  • idinteger

    Employee ID. If omitted, returns data for the current API-key user.

  • dateanydate

    Date in YYYY-MM-DD format. If omitted, returns data for today.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Employee Projects and AppsDESKTIME_GET_EMPLOYEE_PROJECTS_AND_APPSAcción

Tool to retrieve an employee's tracked projects and application usage. use when you need combined project/app time data for a given employee and date (defaults to current user and today). example: "get projects and apps for employee 711867 on 2025-07-28."

Parámetros de entrada

  • idstring

    Employee ID. Optional; if omitted, returns data for the authenticated user

  • datestring

    Date in YYYY-MM-DD format. Optional; defaults to today's date if omitted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Projects ListDESKTIME_GET_PROJECTS_LISTAcción

Tool to retrieve all active projects for the company, including related tasks. use when you need projects overview after authentication.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Ping DeskTime APIDESKTIME_PING_REQUESTAcción

Tool to check the api's availability and confirm the service is operational. use when you need to verify that the desktime api is reachable and responsive.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Start Project TaskDESKTIME_START_PROJECT_TASKAcción

Tool to start tracking time for a specified project and optional task. use when you need to begin timing work on a project and optionally tag a task.

Parámetros de entrada

  • taskstring

    Optional task name to associate with the time entry

  • projectstringObligatorio

    Project name to start tracking time for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stop Project TaskDESKTIME_STOP_PROJECT_TASKAcción

Tool to stop tracking time for a specified project and optional task. use when you have finished work and need to record end time.

Parámetros de entrada

  • taskstring

    Optional task name to stop tracking time for

  • projectstringObligatorio

    Project name to stop tracking time for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not