Queen's University at Kingston Ingest API

The Ingest API from Queen's University at Kingston — 1 operation(s) for ingest.

OpenAPI Specification

queens-university-at-kingston-ingest-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access Ingest API
  description: Open source research data repository software.
  version: v6.8.1-SP
servers:
- url: https://borealisdata.ca/api
  description: Borealis (Canadian Dataverse Repository) hosting the Queen University Dataverse
tags:
- name: Ingest
paths:
  /ingest/test/file:
    get:
      operationId: TestIngest_datafile
      parameters:
      - name: fileName
        in: query
        schema:
          type: string
      - name: fileType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: string
      tags:
      - Ingest