{ "_comment": "Representative example response for GET /activities (operationId activity_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/activities?size=1", "headers": { "api-key": "", "Accept": "application/json" } }, "response": { "count": 1, "pageInformation": { "offset": 0, "size": 1 }, "items": [ { "managingOrganization": {}, "period": { "startDate": { "year": 1, "month": 1, "day": 1 }, "endDate": { "year": 1, "month": 1, "day": 1 } }, "persons": [ { "role": { "uri": "string", "term": {} }, "typeDiscriminator": "string", "pureId": 123456, "externalOrganizations": [ {} ], "name": { "firstName": "string", "lastName": "string" } } ], "type": { "uri": "string", "term": {} }, "typeDiscriminator": "string", "visibility": { "key": "FREE", "description": {} }, "pureId": 123456, "uuid": "d3a8f6c2-0000-4a1b-9c7e-000000000001" } ] } }