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