Skip to main content

V1AssessmentStepExecution

idstring

Step execution ID

Example: 4ea094ac-84de-4d50-80c3-fef2ef569f3c
namestring

Step name

Example: Questionnaire 1 - Mapping Issue List
orderintegernullable

Step order

Example: 0
result objectnullable

Step execution result

numberOfAreaToImprovesintegernullable

Number of areas to improve

Example: 3
scorestringnullable

Step score

Example: 7/10
ratingstringnullable

Step rating

Example: Good
scoreInPercentagestringnullable

Score in percentage

Example: 70%
createdAtstring<date-time>nullable

Creation timestamp

Example: 2024-09-30T10:36:56.057000+00:00
sectionsobject[]nullable

Sections data

questionnaire objectnullable

Questionnaire information

idstring

Questionnaire ID

Example: cb66f153-712f-4582-848d-1811901ef37d
namestring

Questionnaire name

Example: [tutest] Mapping Issue List - Schemes
appTestResultsobject[]nullable

Application test results

questionAnswers object[]nullable

List of question answers (available when include_step_questions=true)

  • Array [
  • question object

    Question information

    idstring

    Question ID

    Example: 74fad70b-679a-46cc-9e98-ec8aca9b44f8
    contentstring

    Question content/text

    Example: Q2.2.1
    indexinteger

    Answer index

    Example: 1
    textstringnullable

    Text answer

    Example: Some answer text
    numbernumbernullable

    Numeric answer

    Example: 42
    choices object[]

    Selected choice(s)

  • Array [
  • idstring

    Choice ID

    Example: 67e04318-e69c-4224-84f3-aff1d4089b80
    contentstring

    Choice content

    Example: 3
  • ]
  • filesobject[]

    Uploaded files

  • ]
  • V1AssessmentStepExecution
    {
    "id": "4ea094ac-84de-4d50-80c3-fef2ef569f3c",
    "name": "Questionnaire 1 - Mapping Issue List",
    "order": 0,
    "result": {
    "numberOfAreaToImproves": 3,
    "score": "7/10",
    "rating": "Good",
    "scoreInPercentage": "70%",
    "createdAt": "2024-09-30T10:36:56.057000+00:00",
    "sections": [
    {}
    ]
    },
    "questionnaire": {
    "id": "cb66f153-712f-4582-848d-1811901ef37d",
    "name": "[tutest] Mapping Issue List - Schemes"
    },
    "appTestResults": [
    {}
    ],
    "questionAnswers": [
    {
    "question": {
    "id": "74fad70b-679a-46cc-9e98-ec8aca9b44f8",
    "content": "Q2.2.1"
    },
    "index": 1,
    "text": "Some answer text",
    "number": 42,
    "choices": [
    {
    "id": "67e04318-e69c-4224-84f3-aff1d4089b80",
    "content": "3"
    }
    ],
    "files": [
    {}
    ]
    }
    ]
    }