EditionRolesDetailsDTO: add getCourse

Endpoint (Method)

Params Type Comment
Input Long The ID of the Edition
Output CourseDetailsDTO Of the related course
What does this method do?
  1. Use EditionControllerApi.getEditionById(id).block() to receive the desired Edition
  2. On the received Edition call .getCourse() to receive the CourseDetailsDTO from the related course.

DTOs required

Name: CourseDetailsDTO

This DTO is a:

  • View

The DTO has the following fields:

Just the fields that are already available in the CourseDetailsDTO

Edited by Dennis Bohm