Skip to content
Wojciech Frącz edited this page Oct 17, 2018 · 6 revisions

Common suffixes:

  • _r stands for Read Only
  • _rw stands for Read & Write; _rw access token implies _r access.
  • _ea stands for Execute Action
Scope Accessible endpoints Description
accessids_r GET /accessids/** List, view details of Access Identifiers.
accessids_rw * /accessids/** Create, list, update, delete, view details of Access Identifiers.
account_r GET /users/current Access basic user data.
account_rw * /users/current Update user account details.
channels_r GET /channels/** List, view details of Channels.
channels_rw GET|PUT /channels/** List, update, view details of Channels.
channels_ea PATCH /channels/** Execute action on Channels.
channels_files GET /channels/**/measurement-logs-csv Download files.
channelgroups_r GET /channel-groups/** List, view details of Channel groups.
channelgroups_rw GET|PUT|POST /channel-groups/** Create, list, update, view details of Channel groups.
channelgroups_ea PATCH /channel-groups/** Execute action on Channel Groups.
clientapps_r GET /client-apps/** List Client Apps (aka Smartphones).
clientapps_rw * /client-apps/** List, update, delete Client Apps (aka Smartphones).
directlinks_r GET /direct-links/** List, view details, view audit of Direct Links.
directlinks_rw * /direct-links/** Create, list, update, view, delete Direct Links.
iodevices_r GET /iodevices/** List, view details of IO Device.
iodevices_rw * /iodevices/** List, udpate, view details of IO Devices.
locations_r GET /locations/** List, view details of Locations.
locations_rw * /locations/** Create, list, update, delete, view details of Locations.
schedules_r GET /schedules/** List, view details of Schedules.
schedules_rw * /schedules/** Create, list, update, delete, view details of Schedules.