ThesisPublication Data Type

Properties
name data type description
id number
date number
year number
language string
swedishAbstract string
englishAbstract string
swedishKeywords string
englishKeywords string
comment string
file Fil
nationalSubjectCategoryExternalID number
researchAreas array of ResearchArea

Example

{
  "id" : 12345,
  "date" : 12345,
  "year" : 12345,
  "language" : "...",
  "swedishAbstract" : "...",
  "englishAbstract" : "...",
  "swedishKeywords" : "...",
  "englishKeywords" : "...",
  "comment" : "...",
  "file" : {
    "size" : 12345,
    "contentType" : "...",
    "created" : 12345,
    "accessType" : "VILLKOR",
    "createdByPersonId" : 12345,
    "id" : 12345,
    "name" : "..."
  },
  "nationalSubjectCategoryExternalID" : 12345,
  "researchAreas" : [ {
    "id" : 12345
  }, {
    "id" : 12345
  } ]
}