UCL · Example Payload

Ucl Workspaces Surveys Example

EducationHigher EducationUniversityUnited KingdomOpen DataResearchLibraryTimetable

Ucl Workspaces Surveys Example is an example object payload from UCL, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

oksurveys

Example Payload

Raw ↑
{
  "ok": true,
  "surveys": [
    {
      "id": 46,
      "name": "UCL Institute of Education Library",
      "active": true,
      "start_time": "09:00",
      "end_time": "17:00",
      "staff_survey": 0,
      "maps": [
        {
          "id": 114,
          "name": "Level 4",
          "image_id": 123
        }
      ],
      "location": {
        "coordinates": {
          "lat": "51.522897",
          "lng": "-0.127864"
        },
        "address": [
          null
        ]
      }
    }
  ]
}