Get Classification

/classifications/{id}

Get a single classification and it’s attributes.

Get Classification [GET]

Authorization: Admin, Web, Mobile

Each classification attribute has a similar JSON schema, but a unique payload object that is determined by the type of question. This describes just the payload of an attribute with a specific question type.  See payloads  here.

Response 200

Body
{
  "item": {
    "id": 152,
    "name": "Ladders",
    "rowStatus": 1,
    "ordinal": 3,
    "imageUrlSmall": "https://archive.inspectall.../Small",
    "allowsAssets": true,
    "id1Name": "Serial Number",
    "id1Required": false,
    "id2Name": "Barcode / QR Code",
    "id2Active": true,
    "statusActive": true,
    "urgentNoteActive": true,
    "categoryId": 18972,
    "categoryName": "Equipment",
    "attributes": [
      {
        "id": 2908,
        "name": "Material",
        "ordinal": 5,
        "required": false,
        "allCaps": false,
        "questionType": {
          "id": 1,
          "name": "singleSelect"
        },
        "payload": {//see payloads above//}
      }
    ]
  }
}

Still need help? Contact Us Contact Us