Sign in

List user time records

documented

List time records for a user across projects. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/elements/time-records/time-records.html?utm_source=openai))

GET /api/v1/users/{user_id}/time-recordsTime Recordsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://app.activecollab.com/{{$YOUR_INSTANCE_ID}}/api/v1/users/{{$user_id}}/time-records' \
  -X GET \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}'
List user time records · activecollab · OpenIntegrations