Skip to main content

V2ReportDetailSection

improvements object[]nullable

List of improvements of the section

  • Array [
  • answerIdstringnullable

    Unique identifier of the answer of the improvement

    Example: 12372c66-f8ec-40c8-a0c7-355f6205c81e
    contentstringnullable

    Content of the improvement

    Example: Is the facility clean and organized?
    customTags object[]nullable

    List of custom tags of the improvement

  • Array [
  • idstringnullable

    Unique identifier

    namestringnullable

    Name

  • ]
  • idstringnullable

    Unique identifier of the improvement

    Example: 123df8c5-6b69-4ae2-9cb8-f94fff3ce1f2
  • ]
  • ratingstringnullable

    Rating label

    Example: Good
    scorenumbernullable

    Score of the section as an float

    Example: 6
    scoreInPercentagestringnullable

    Score in percentage

    Example: 33.85%
    findings object[]nullable

    List of findings. Only contains value if the report is issue-based.

  • Array [
  • severitystring

    Severity of the issue founded in the report

    Possible values: [Critical, Major, Minor]

    Example: Major
    countinteger

    Number of findings of the same severity in the report

    Example: 2
  • ]
  • levelintegernullable

    Level of the section

    Example: 0
    namestringnullable

    Name of the section

    Example: Manufacturing Control Plan
    V2ReportDetailSection
    {
    "improvements": [
    {
    "answerId": "12372c66-f8ec-40c8-a0c7-355f6205c81e",
    "content": "Is the facility clean and organized?",
    "customTags": [
    {
    "id": "string",
    "name": "string"
    }
    ],
    "id": "123df8c5-6b69-4ae2-9cb8-f94fff3ce1f2"
    }
    ],
    "rating": "Good",
    "score": 6,
    "scoreInPercentage": "33.85%",
    "findings": [
    {
    "severity": "Major",
    "count": 2
    }
    ],
    "level": 0,
    "name": "Manufacturing Control Plan"
    }