University of Groningen Localcontexts API

The Localcontexts API from University of Groningen — 2 operation(s) for localcontexts.

OpenAPI Specification

university-of-groningen-localcontexts-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access Localcontexts API
  description: Open source research data repository software.
  version: '6.9'
servers:
- url: https://dataverse.nl
tags:
- name: Localcontexts
paths:
  /localcontexts/datasets/{id}:
    get:
      operationId: LocalContexts_getDatasetLocalContexts
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
      tags:
      - Localcontexts
  /localcontexts/datasets/{id}/{projectId}:
    get:
      operationId: LocalContexts_searchLocalContexts
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      - name: projectId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
      tags:
      - Localcontexts