University of St Andrews · Example Payload

University Of St Andrews Getnotice Example

EducationHigher EducationUniversityResearchOpen AccessOAI-PMHScotlandUnited Kingdom

University Of St Andrews Getnotice Example is an example object payload from University of St Andrews, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

notice

Example Payload

Raw ↑
{
  "notice": {
    "id": 1,
    "type": "unplanned",
    "timeline_state": "present",
    "state": "investigating",
    "subject": "Current Incident",
    "url": "https://status.st-andrews.ac.uk/notices/xxx-current-incident",
    "began_at": "2023-01-01T00:00:00.000Z",
    "ended_at": null,
    "created_at": "2023-01-01T00:00:00.000Z",
    "updated_at": "2023-01-01T00:00:00.000Z",
    "tag_list": [],
    "links": {
      "self": "/api/notices/1"
    },
    "components": [
      {
        "id": 1,
        "state": "operational",
        "name": "Example Component",
        "description": "This is an example component.",
        "parent_id": null,
        "created_at": "2023-01-01T00:00:00.000Z",
        "updated_at": "2023-01-01T00:00:00.000Z"
      }
    ],
    "updates": [
      {
        "state": "investigating",
        "content": "We are currently investigating an issue with our service.",
        "created_at": "2023-01-01T00:00:00.000Z",
        "updated_at": "2023-01-01T00:00:00.000Z"
      }
    ]
  }
}