University of Bath · Example Payload

University Of Bath Researchoutput List Example

EducationHigher EducationUniversityUnited KingdomResearchOpen DataLibraryMetadata

University Of Bath Researchoutput 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-researchoutput-list-example.json Raw ↑
{
  "_comment": "Representative example response for GET /research-outputs (operationId researchOutput_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/research-outputs?size=1",
    "headers": {
      "api-key": "<required>",
      "Accept": "application/json"
    }
  },
  "response": {
    "count": 1,
    "pageInformation": {
      "offset": 0,
      "size": 1
    },
    "items": [
      {
        "category": {
          "uri": "string",
          "term": {}
        },
        "contributors": [
          {
            "typeDiscriminator": "string",
            "pureId": 123456,
            "externalOrganizations": [
              {}
            ]
          }
        ],
        "language": {
          "uri": "string",
          "term": {}
        },
        "managingOrganization": {},
        "publicationStatuses": [
          {
            "pureId": 123456,
            "current": false,
            "publicationStatus": {
              "uri": "string",
              "term": {}
            },
            "publicationDate": {
              "year": 1,
              "month": 1,
              "day": 1
            }
          }
        ],
        "title": {
          "value": "string"
        },
        "type": {
          "uri": "string",
          "term": {}
        },
        "typeDiscriminator": "string"
      }
    ]
  }
}