University of California, Davis · Example Payload

Uc Davis Keys List Example

Representative response payload listing keys for a PEAKS team. Field shapes derived from the PEAKS OpenAPI Key schema; values are illustrative.

UniversityHigher EducationEducationUnited StatesCaliforniaUC SystemPublic Research UniversityResearchResearch DataIdentity FederationDigital CollectionsLibraryHealthOpen-Source

Uc Davis Keys List Example is an example object payload from University of California, Davis, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

x-provenanceoperationdescriptionrequestresponse

Example Payload

Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "generated",
    "operator": "institution",
    "source": "openapi/_original/uc-davis-peaks.yaml (PEAKS API v1, https://peaks.ucdavis.edu/swagger/v1/swagger.json)",
    "note": "Illustrative payload generated from the PEAKS contract's schemas. Values are synthetic, not a captured response."
  },
  "operation": "GET /api/{teamName}/keys/List",
  "description": "Representative response payload listing keys for a PEAKS team. Field shapes derived from the PEAKS OpenAPI Key schema; values are illustrative.",
  "request": {
    "method": "GET",
    "path": "/api/caes-cru/keys/List",
    "headers": {
      "X-Auth-Token": "<team-api-key>"
    }
  },
  "response": [
    {
      "id": 101,
      "name": "Hutchison Hall Master",
      "code": "HUT-001",
      "notes": "Master key for first-floor labs",
      "tags": "master,lab",
      "teamId": 7,
      "active": true,
      "title": "Hutchison Hall Master (HUT-001)"
    },
    {
      "id": 102,
      "name": "Storage Room B",
      "code": "STG-B",
      "notes": null,
      "tags": "storage",
      "teamId": 7,
      "active": true,
      "title": "Storage Room B (STG-B)"
    }
  ]
}