Timecamp

Learn how to use Timecamp with Composio

Overview

SLUG

TIMECAMP

Description

TimeCamp is a time tracking solution designed to help businesses of all sizes track time for projects to maximize their profits.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
string
bearer_token
string
basic_encoded
stringRequired

Tools

SLUG: TIMECAMP_GET_PROJECTS_LIST

This 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.

Action Parameters

format
stringDefaults to json

Action Response

data
objectRequired
error
string
successful
booleanRequired