v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\CategoryController

api/categoryinputs List of all available input types of the inspection categories

get/api/categoryinputs

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Response

object[] required

Example response

[
  {
    "id": 1,
    "name": "List",
    "type": "list",
    "min": null,
    "max": null,
    "decimals": null
  },
  {
    "id": 2,
    "name": "List item",
    "type": "list_item",
    "min": null,
    "max": null,
    "decimals": null
  },
  {
    "id": 3,
    "name": "Boolean (yes = green)",
    "type": "boolean",
    "min": null,
    "max": null,
    "decimals": null
  }
]