Get analytic data (OAuth)
documentedOAuth2-protected query for the user's analytics data.
GET \/api\/oauth\/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/api/oauth/data?access_token={{OAUTH2_ACCESS_TOKEN}}&by={{$by}}&taxonomy={{$taxonomy}}&interval={{$interval}}&restrict_begin={{$restrict_begin}}&restrict_end={{$restrict_end}}&format={{$format}}&scopes={{$scopes}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"