New feature: API endpoint "Quality"
The endpoint /Catalogues/{catalogueId}/Teknos/{tekNoId}/Quality is now available for use.
Purpose:
Allows users to examine the so-called "quality indicator" for any specified TEK/SPC via our API. These indicators have previously only been available in the GUI.
Example of view in GUI:
Example of response in API:
{
 "id": "ca4dbae1-12c8-48d0-9174-47d8654a97af",
 "apiVersion": "2.0",
 "statusCode": 200,
 "username": null,
 "paging": null,
 "data": {
     "createdByAgentOrManufacturer": false,
     "passedAutomatedSystemControl": null,
     "compliantToNorsokZ018": false,
     "approvedByCertifiedVerifier": true
  }
}
more information about our API:
EqHub TEK API 2.0
|