Eth Zurich Research Collection Search Example

EducationHigher EducationUniversityResearchLibraryOpen DataSwitzerland

Eth Zurich Research Collection Search Example is an example object payload from ETH Zurich – Swiss Federal Institute of Technology, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

querypage_embedded

Example Payload

Raw ↑
{
  "query": "open data",
  "page": {
    "number": 0,
    "size": 20,
    "totalPages": 5,
    "totalElements": 100
  },
  "_embedded": {
    "searchResult": {
      "_embedded": {
        "objects": [
          {
            "name": "Open research data at ETH Zurich",
            "id": "a1b2c3d4-0000-0000-0000-000000000001",
            "handle": "20.500.11850/000001",
            "metadata": {
              "dc.title": [
                { "value": "Open research data at ETH Zurich" }
              ],
              "dc.contributor.author": [
                { "value": "Mustermann, Erika" }
              ],
              "dc.date.issued": [
                { "value": "2025-01-15" }
              ],
              "dc.identifier.uri": [
                { "value": "https://research-collection.ethz.ch/handle/20.500.11850/000001" }
              ]
            }
          }
        ]
      }
    }
  }
}