University of St Andrews · Example Payload

University Of St Andrews Listcomponents Example

EducationHigher EducationUniversityResearchOpen AccessOAI-PMHScotlandUnited Kingdom

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

Top-level fields

componentsmeta

Example Payload

Raw ↑
{
  "components": [
    {
      "id": 50772,
      "name": "Access control system",
      "description": "The system that controls access to university buildings and facilities with ID cards.",
      "state": "operational",
      "links": {
        "children": {
          "href": "/api/v1/components?filter%5Bparent_id_eq%5D=50772",
          "count": 0
        }
      },
      "parent_id": null,
      "position": 1,
      "created_at": "2023-08-02T14:30:44.558Z",
      "updated_at": "2025-01-09T09:58:45.220Z"
    }
  ],
  "meta": {
    "count": 25,
    "total_count": 110,
    "next_page": "/api/v1/components.json?page=2"
  }
}