name | data type | description |
---|---|---|
title | string | |
title_en | string | |
externalID | string | |
startDate | string | |
endDate | string | |
unit | SerializableUnit | |
researchAreas | ResearchAreas |
Example
{ "title" : "...", "title_en" : "...", "externalID" : "...", "startDate" : "...", "endDate" : "...", "unit" : { "id" : 12345 }, "researchAreas" : { "researchArea" : [ { "id" : 12345 }, { "id" : 12345 } ] } }