TimeCamp
timecampTimeCamp is a time tracking solution designed to help businesses of all sizes track time for projects to maximize their profits.
Acciones disponibles (1)
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.
Get Projects ListTIMECAMP_GET_PROJECTS_LISTAcciónThis tool retrieves a list of all projects from timecamp. in timecamp's api, projects are represented as tasks with no parent id (root-level tasks). it requires the api token parameter for authentication and supports an optional 'format' parameter to specify the output format (defaulting to json). the response includes detailed project information including task id, name, hierarchical data, and additional attributes.
TIMECAMP_GET_PROJECTS_LISTAcciónThis tool retrieves a list of all projects from timecamp. in timecamp's api, projects are represented as tasks with no parent id (root-level tasks). it requires the api token parameter for authentication and supports an optional 'format' parameter to specify the output format (defaulting to json). the response includes detailed project information including task id, name, hierarchical data, and additional attributes.
Parámetros de entrada
formatstringThe format of the response (json, xml, or csv)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not