Sign in

Create offline focus work

documented

Create an offline focus work entry.

POST \/api\/resource\/labeled_time_offline_focus_worksTime Trackingno 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://www.rescuetime.com/api/resource/labeled_time_offline_focus_works" \
  -X POST \
  -H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "activity_name": "{{$activity_name}}", "activity_details": "{{$activity_details}}"}'
Create offline focus work · RescueTime · OpenIntegrations