AuthorProjectParticipant Data Type

Properties
name data type description
Properties inherited from ProjectParticipant
course Course
person Person
role Role
id number

Example

{
  "course" : {
    "courseCode" : "...",
    "credits" : 12345.0,
    "id" : 12345,
    "level" : "SECOND_CYCLE",
    "eduInstDesignation" : "..."
  },
  "person" : {
    "id" : 12345,
    "firstName" : "...",
    "lastName" : "...",
    "email" : "...",
    "lastChanged" : 12345,
    "deceased" : true
  },
  "role" : "ASSISTANT_SUPERVISOR",
  "id" : 12345
}