DNAnexus Platform API

The DNAnexus Platform API is a JSON-over-HTTPS API of roughly 206 documented methods. Each method is invoked with an HTTP POST to a route of the form /class-xxxx/method (for example /file-xxxx/describe) or /system/method (for example /system/findDataObjects), with a JSON request body and a JSON response body. Method families cover data containers and projects, data objects (files, records, databases, drives, dbclusters), data-object metadata, apps, applets, workflows, global workflows, jobs, analyses and execution containers, search, organizations, users, OIDC clients, the Omics Data Catalog, and Trusted Research Environments.

API entry from apis.yml

apis.yml Raw ↑
name: DNAnexus Platform API
description: The DNAnexus Platform API is a JSON-over-HTTPS API of roughly 206 documented methods. Each
  method is invoked with an HTTP POST to a route of the form /class-xxxx/method (for example /file-xxxx/describe)
  or /system/method (for example /system/findDataObjects), with a JSON request body and a JSON response
  body. Method families cover data containers and projects, data objects (files, records, databases, drives,
  dbclusters), data-object metadata, apps, applets, workflows, global workflows, jobs, analyses and execution
  containers, search, organizations, users, OIDC clients, the Omics Data Catalog, and Trusted Research
  Environments.
humanURL: https://documentation.dnanexus.com/developer/api
baseURL: https://api.dnanexus.com
tags:
- Genomics
- Bioinformatics
- Data Management
- Workflow Orchestration
- Cloud Storage
properties:
- type: Documentation
  url: https://documentation.dnanexus.com/developer/api
- type: APIReference
  url: https://documentation.dnanexus.com/developer/api/api-directory
- type: Authentication
  url: authentication/dnanexus-authentication.yml
- type: RateLimits
  url: rate-limits/dnanexus-rate-limits.yml
- type: ErrorCatalog
  url: errors/dnanexus-problem-types.yml
- type: Conventions
  url: conventions/dnanexus-conventions.yml
- type: DataModel
  url: data-model/dnanexus-data-model.yml