QEHSQEHS

Developer portal

Get module schema

Retrieve full schema — fields, workflow states, permissions.

GET/api/v1/modules/{moduleKey}
modules

Parameters

NameInTypeRequiredDescription
moduleKeyPathstringrequiredModule identifier.

Code samples

curl -s -X GET 'https://app.qehsethos.com/api/v1/modules/incidents' \
  -H 'Authorization: Bearer $QEHS_API_KEY' \
  -H 'Content-Type: application/json'