Sign in

Get category data

documented

Restricted data by category for the authorizing user.

GET \/api\/oauth\/category_dataAnalytic Data APIno 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/oauth/category_data" \
  -G \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d "access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -d "format=json" \
  -d "perspective=rank" \
  -d "restrict_begin={{RESTRICT_BEGIN_DATE}}" \
  -d "restrict_end={{RESTRICT_END_DATE}}" \
  -d "restrict_kind=category" \
  -d "restrict_thingy={{RESTRICT_THINGY}}" \
  -d "restrict_source_type={{RESTRICT_SOURCE_TYPE}}"