University of Western Australia · Example Payload

Uwa Research Outputs List Example

EducationHigher EducationUniversityResearchAustraliaPerth

Uwa Research Outputs 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": 300001,
      "uuid": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
      "title": {
        "value": "Quantum sensing approaches for gravitational wave detection"
      },
      "type": {
        "uri": "/dk/atira/pure/researchoutput/researchoutputtypes/contributiontojournal/article",
        "term": {
          "text": [
            {
              "locale": "en_GB",
              "value": "Article"
            }
          ]
        }
      },
      "category": {
        "uri": "/dk/atira/pure/researchoutput/category/academic",
        "term": {
          "text": [
            {
              "locale": "en_GB",
              "value": "Academic"
            }
          ]
        }
      },
      "peerReview": true,
      "totalNumberOfAuthors": 3,
      "publicationStatuses": [
        {
          "current": true,
          "publicationStatus": {
            "term": {
              "text": [
                {
                  "locale": "en_GB",
                  "value": "Published"
                }
              ]
            }
          },
          "publicationDate": {
            "year": 2024,
            "month": 6
          }
        }
      ],
      "personAssociations": [
        {
          "name": {
            "firstName": "Jane",
            "lastName": "Researcher"
          },
          "personRole": {
            "term": {
              "text": [
                {
                  "locale": "en_GB",
                  "value": "Author"
                }
              ]
            }
          }
        }
      ],
      "managingOrganisationalUnit": {
        "uuid": "11111111-2222-3333-4444-555555555555",
        "name": {
          "text": [
            {
              "locale": "en_GB",
              "value": "School of Physics, Mathematics and Computing"
            }
          ]
        }
      },
      "links": [
        {
          "url": "https://research-repository.uwa.edu.au/en/publications/quantum-sensing"
        }
      ]
    }
  ]
}