University of Chicago · Example Payload

University Of Chicago Sheepdog Create Program Example

UniversityHigher EducationEducationPrivate Research UniversityUnited StatesIllinoisResearch DataResearch RepositoryIdentity FederationOAI-PMHIIIFOpen-SourceData CommonsDigital CollectionsResearch Computing

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

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "PUT",
    "path": "/{program}/",
    "body": {
      "type": "program",
      "name": "cancer-research",
      "dbgap_accession_number": "phs000000"
    }
  },
  "response": {
    "code": 200,
    "entities": [
      {
        "type": "program",
        "id": "00000000-0000-0000-0000-000000000003",
        "action": "create"
      }
    ]
  }
}