opto22.com

Revised: 2019-11-21 Overview groov View Public API revision 1.

🔑 apikey 10 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get information about groov View. No authorization required.
curl \
  # append ?api_key=$API_KEY to the URL \
  /info
Get information about the user you are authenticated as. Authorized for admin…
curl \
  # append ?api_key=$API_KEY to the URL \
  /whoami
List all data store tags defined in the project. Authorized for admins and ed…
curl \
  # append ?api_key=$API_KEY to the URL \
  /v1/data-store/tags
Endpoints (10 total)
GET
/info
Get information about groov View. No authorization required.
GET
/whoami
Get information about the user you are authenticated as. Authorized for admin…
GET
/v1/data-store/tags
List all data store tags defined in the project. Authorized for admins and ed…
GET
/v1/data-store/devices
List devices available in the data store. Authorized for admins and editors.
GET
/v1/data-store/read/{id}
Read the current value of a single tag. Authorized for admins and editors.
GET
/v1/logging/groovLogs.txt
Downloads the complete groov View log. Added in groov View R4.2a.
GET
/v1/logging/groovLogs.json
Downloads the complete groov View log in JSON format. Added in groov View R4.2a.
GET
/v1/data-store/devices/{id}/tags
List tags of the given device. Authorized for admins and editors.
POST
/v1/data-store/read
Read selected tags from the data store. Authorized for admins and editors.
POST
/v1/data-store/write/{id}
Writes a new value to the given tag. Authorized for admins and editors.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints10
Authapikey
Categories1
Other Opto22 APIs (1)
pac