University of Western Australia · Example Payload

Uwa Organisational Units List Example

EducationHigher EducationUniversityResearchAustraliaPerth

Uwa Organisational Units List Example is an example object payload from University of Western Australia, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countpageInformationnavigationLinksitems

Example Payload

Raw ↑
{
  "count": 1,
  "pageInformation": {
    "offset": 0,
    "size": 25
  },
  "navigationLinks": [
    {
      "ref": "next",
      "href": "https://api.research-repository.uwa.edu.au/ws/api/524/persons?size=25&offset=25"
    }
  ],
  "items": [
    {
      "pureId": 400001,
      "uuid": "11111111-2222-3333-4444-555555555555",
      "name": {
        "text": [
          {
            "locale": "en_GB",
            "value": "School of Physics, Mathematics and Computing"
          }
        ]
      },
      "type": {
        "uri": "/dk/atira/pure/organisation/organisationtypes/organisation/school",
        "term": {
          "text": [
            {
              "locale": "en_GB",
              "value": "School"
            }
          ]
        }
      },
      "period": {
        "startDate": "2021-01-01"
      },
      "visibility": {
        "key": "FREE"
      }
    }
  ]
}