back

Get Inspection Types By Record Ids

Scope: get_inspection_types_by_recordids
App Type: All
Authorization Type: Access token
Url: /v3p/records/{recordIds}/inspectionTypes
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "recordId": "string",
            "inspectionTypes": [
                {
                    "hasNextInspInAdvance": true,
                    "publicVisible": "string",
                    "grade": "string",
                    "text": "string",
                    "allowMultiInspections": "string",
                    "carryoverFlag": "string",
                    "unitNBR": "string",
                    "hasCancelPermission": "string",
                    "inspUnits": 1234.56,
                    "totalScore": 1234,
                    "id": 12345678,
                    "allowFailGuideSheetItems": "string",
                    "group": "string",
                    "priority": "string",
                    "groupName": {
                        "text": "string",
                        "value": "string"
                    },
                    "ivrNumber": "string",
                    "inspectionEditable": "string",
                    "autoAssign": "string",
                    "hasSchdulePermission": "string",
                    "resultGroup": "string",
                    "flowEnabledFlag": "string",
                    "maxPoints": 1234.56,
                    "hasFlowFlag": "string",
                    "defaultDept": {
                        "division": "string",
                        "group": "string",
                        "office": "string",
                        "serviceProviderCode": "string",
                        "text": "string",
                        "section": "string",
                        "agency": "string",
                        "value": "string",
                        "bureau": "string",
                        "id": "string"
                    },
                    "totalScoreOption": "string",
                    "refereceNum": "string",
                    "hasReSchdulePermission": "string",
                    "required": "string",
                    "value": "string",
                    "guideGroup": {
                        "id": "string",
                        "value": "string",
                        "display": "string"
                    }
                }
            ]
        }
    ]
}