Get analytic data
documentedQuery the user's logged activity data and productivity metrics using the Anapi Data endpoint (key or OAuth).
GET \/anapi\/dataAnalytic Data APIno implementation yet0 runsNo 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/anapi/data?key={{RESCUETIME_API_KEY}}&perspective=interval&restrict_kind=productivity&interval=hour&restrict_begin={{restrict_begin}}&restrict_end={{restrict_end}}&format=json\" \
-X GET \
-H 'Accept: application/json'