Utrecht University · Example Payload

Utrecht Yoda Folder Submit Example

Submit a research folder for review in Yoda. Based on the Yoda core API OpenAPI specification (api_core.json).

EducationHigher EducationUniversityNetherlandsResearch DataOpen AccessLibraryOpen Source

Utrecht Yoda Folder Submit Example is an example object payload from Utrecht University, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationdescriptionrequestresponseerror_response

Example Payload

Raw ↑
{
  "operation": "POST /folder_submit",
  "description": "Submit a research folder for review in Yoda. Based on the Yoda core API OpenAPI specification (api_core.json).",
  "request": {
    "coll": "/tempZone/home/research-initial/study-2026",
    "delete_research_copy": false
  },
  "response": {
    "status": "ok",
    "status_info": null,
    "data": null
  },
  "error_response": {
    "status": "PermissionDenied",
    "status_info": "User is not permitted to submit this folder.",
    "data": null
  }
}