Veldspecificaties

0 items
Geen veldspecificaties
Er zijn geen veldspecificaties geimporteerd voor dit endpoint.

Verwachte statuscodes

0 items
Geen statuscodes
Er zijn geen responsecodes gedefinieerd voor dit endpoint.

Bronspecificatie (YAML)

Ruwe definitie uit het afsprakenstelsel.

  /results:
    post:
      operationId: postResults
      summary: The request to create/change the assessment scores and results for an individual student or group of students.
      description: |
        List of student scores/results items, for each item to create a new scores/results object for the student or change an existing student scores/results object, including general information (e.g. the assessment/test and date and time of offering).
      security:
        - OAuth2:
            - eduv.result
      tags:
        - Administratiesysteem leerresultaten
        - Leermiddelendashboard
      requestBody:
        description: |
          The general data and bundle of student scores/results that is to be stored in object assessment scores/results.
        content: 
          application/json:
            schema:
              $ref: "#/components/schemas/AssessmentScoresAndResults"
      responses: 
        "201" : 
          description: |
            The request has led to the creation of a resource. 
        "202" : 
          description: |
            The request has been accepted for processing, but the processing has not been completed; in fact, processing may not have started yet. The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place. 
        "400" : 
          description: |
            This is the error response for HTTP status code 400 (Bad request).
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"
        "401" : 
          description: |
            This is the error response for HTTP status code 401 (Unauthorized).
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"
        "403" : 
          description: |
            This is the error response for HTTP status code 403 (Forbidden).
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"