Vrije Universiteit Amsterdam · Example Payload

Vrije Universiteit Amsterdam Persons List Example

EducationHigher EducationUniversityNetherlandsResearchOpen DataRepository

Vrije Universiteit Amsterdam Persons List Example is an example object payload from Vrije Universiteit Amsterdam, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countpageInformationitems

Example Payload

Raw ↑
{
  "count": 1,
  "pageInformation": {
    "offset": 0,
    "size": 25
  },
  "items": [
    {
      "uuid": "22222222-2222-2222-2222-222222222222",
      "pureId": 654321,
      "name": { "firstName": "Jane", "lastName": "Researcher" },
      "portalUrl": "https://research.vu.nl/en/persons/jane-researcher",
      "createdDate": "2020-09-01T09:00:00.000Z",
      "modifiedDate": "2025-03-12T14:20:00.000Z",
      "identifiers": [
        { "type": "orcid", "value": "0000-0000-0000-0000" }
      ],
      "staffOrganizationAssociations": [
        { "organization": { "uuid": "11111111-1111-1111-1111-111111111111" } }
      ]
    }
  ]
}