Skip to main content

ReportDetailStepExecution

assessmentExeId stringnullable

Unique identifier of the assessment

Example: 4d9fc6cc-18d9-466c-922c-259843651506
id stringnullable

Unique technical identifier

Example: 1232ef21-2ed2-47c2-b969-b308f9e8edb3
questionnaire object

Information on the questionnaire

id stringnullable

Unique identifier

name stringnullable

Name

report object

Information on the report

createdDate date-timenullable

Creation date of the step

Example: 2021-06-27T09:35:21.380000+00:00
id stringnullable

Unique identifier of the step

Example: 1239c6ab-55ad-47a2-847d-2973ed4b00aa
isHideScore boolean

Indicates whether the score is hidden

Example: false
maxScore numbernullable

Maximum score of the step

Example: 135
ratingLabel object

Rating label

id stringnullable

Unique identifier

name stringnullable

Name

score numbernullable

Score of the step

Example: 72
sections object[]nullable

List of sections

  • Array [
  • id stringnullable

    Unique identifier of the section

    Example: 123b8df5-6174-4b88-abb7-74b183ec1e70
    improvements object[]nullable

    List of improvements of the section

  • Array [
  • answerId stringnullable

    Unique identifier of the answer of the improvement

    Example: 12372c66-f8ec-40c8-a0c7-355f6205c81e
    content stringnullable

    Content of the improvement

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

    List of custom tags of the improvement

  • Array [
  • id stringnullable

    Unique identifier

    name stringnullable

    Name

  • ]
  • id stringnullable

    Unique identifier of the improvement

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

    Level of the section

    Example: 0
    maxScore numbernullable

    Maximum score as an float

    Example: 7.5
    name stringnullable

    Name of the section

    Example: Manufacturing Control Plan
    parentId stringnullable

    Unique identifier of the parent of the section

    Example: 123f99a2-b857-4b9c-986d-54a224cad9ec
    path string[]nullable

    Path of the section

    Example: 123f99a2-b857-4b9c-986d-54a224cad9ec
    score numbernullable

    Score of the section as an float

    Example: 6
  • ]
  • stepExeId stringnullable

    Unique technical identifier of the step

    Example: 13ccab58-b11f-486b-9dc9-05ced81729d8
    step object

    Information on the step

    id stringnullable

    Unique identifier of the step

    Example: 66db47a0-2ca8-463a-9ac1-6c8d7830ee74
    name stringnullable

    Name of the step

    Example: Overview Instructions
    order integernullable

    Order of the step

    Example: 0
    ReportDetailStepExecution
    {
    "assessmentExeId": "4d9fc6cc-18d9-466c-922c-259843651506",
    "id": "1232ef21-2ed2-47c2-b969-b308f9e8edb3",
    "questionnaire": {
    "id": "string",
    "name": "string"
    },
    "report": {
    "createdDate": "2021-06-27T09:35:21.380000+00:00",
    "id": "1239c6ab-55ad-47a2-847d-2973ed4b00aa",
    "isHideScore": "false",
    "maxScore": 135,
    "ratingLabel": {
    "id": "string",
    "name": "string"
    },
    "score": 72,
    "sections": [
    {
    "id": "123b8df5-6174-4b88-abb7-74b183ec1e70",
    "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"
    }
    ],
    "level": 0,
    "maxScore": 7.5,
    "name": "Manufacturing Control Plan",
    "parentId": "123f99a2-b857-4b9c-986d-54a224cad9ec",
    "path": "123f99a2-b857-4b9c-986d-54a224cad9ec",
    "score": 6
    }
    ],
    "stepExeId": "13ccab58-b11f-486b-9dc9-05ced81729d8"
    },
    "step": {
    "id": "66db47a0-2ca8-463a-9ac1-6c8d7830ee74",
    "name": "Overview Instructions",
    "order": 0
    }
    }