Skip to main content

InspectionSpecialAttentionPoint

attentionId string

Unique identifier of the special attention point

Example: remark-ee79693e-cd81-45df-af2e-1ee4628b4123-2020-01-15-14-25-13-182
description string

Description of the special attention point

Example: This is a test
group string

Unique identifier of the special attention point's group

Example: remark-ee79693e-cd81-45df-af2e-1ee4628b4123-2020-01-15-14-25-13-182
inspectionId string

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
organizationId string

Unique identifier of the organization who executed the inspection

Example: 200373
pictures object[]

The list of pictures taken for the special attention point

  • Array [
  • rotateAngle string

    Angle of rotation of the picture

    Example: 0
    source string

    Direct URL to the picture

    Example: https://.../image1.jpg
  • ]
  • type string

    The type of special attention point

    Example: remark
    InspectionSpecialAttentionPoint
    {
    "attentionId": "remark-ee79693e-cd81-45df-af2e-1ee4628b4123-2020-01-15-14-25-13-182",
    "description": "This is a test",
    "group": "remark-ee79693e-cd81-45df-af2e-1ee4628b4123-2020-01-15-14-25-13-182",
    "inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
    "organizationId": "200373",
    "pictures": [
    {
    "rotateAngle": "0",
    "source": "https://.../image1.jpg"
    }
    ],
    "type": "remark"
    }