openapi: 3.0.0 info: title: UChile Research Data Repository (Dataverse API) Access Mydata API version: 1.0.0 description: OpenAPI description served live from the University of Chile Dataverse research data repository at https://datos.uchile.cl (Dataverse v5.13, build 1244-79d6e57). Captured 2026-06-03 from https://datos.uchile.cl/openapi. The servers entry has been set to the real public base URL; internal default-server hostnames from the source document were replaced. All paths and schemas are reproduced as published by the deployment. servers: - url: https://datos.uchile.cl description: University of Chile Dataverse (production) tags: - name: Mydata paths: /api/v1/mydata/retrieve: get: operationId: retrieveMyDataAsJsonString parameters: - name: dvobject_types in: query schema: type: array items: type: string - name: published_states in: query schema: type: array items: type: string - name: selected_page in: query schema: type: integer - name: mydata_search_term in: query schema: type: string - name: role_ids in: query schema: type: array items: type: number - name: userIdentifier in: query schema: type: string - name: key in: query schema: type: string responses: default: content: application/json: schema: type: string description: Default Response. tags: - Mydata