University of Bath · Example Payload

University Of Bath Person List Example

EducationHigher EducationUniversityUnited KingdomResearchOpen DataLibraryMetadata

University Of Bath Person List Example is an example object payload from University of Bath, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_commentrequestresponse

Example Payload

university-of-bath-person-list-example.json Raw ↑
{
  "_comment": "Representative example response for GET /persons (operationId person_list) of the University of Bath Pure API 5.33.3-3. Values are illustrative placeholders shaped to the published OpenAPI schema; the live endpoint requires an api-key.",
  "request": {
    "method": "GET",
    "path": "/ws/api/persons?size=1",
    "headers": {
      "api-key": "<required>",
      "Accept": "application/json"
    }
  },
  "response": {
    "count": 1,
    "pageInformation": {
      "offset": 0,
      "size": 1
    },
    "items": [
      {
        "pureId": 123456,
        "uuid": "d3a8f6c2-0000-4a1b-9c7e-000000000001",
        "createdBy": "pure_system",
        "createdDate": "2020-01-15T09:30:00.000Z",
        "modifiedBy": "pure_system",
        "modifiedDate": "2024-11-02T14:05:00.000Z",
        "portalUrl": "https://researchportal.bath.ac.uk/en/persons/example",
        "prettyUrlIdentifiers": [
          "string"
        ]
      }
    ]
  }
}