Wiki

Clone wiki

enterobase-web / api_traces

Top level links:

The traces query method

Refer to interactive documentation : http://enterobase.warwick.ac.uk/api/v2.0/swagger-ui#!/Traces

The traces query method shows metadata such as read length, accession number and sequencing platform for sequenced reads.

An example of this type of query in the Swagger UI has "database" set to "senterica" and "barcode" set to "SAL_KA1677AA_TR" equivalent to a request to the URL

http://enterobase.warwick.ac.uk/api/v2.0/senterica/traces?barcode=SAL_KA1677AA_TR

This obtains the result

{
  "Traces": [
    {
      "lastmodified": "2017-05-04T09:35:53.574967+00:00",
      "trace_barcode": "SAL_KA1677AA_TR"
    }
  ],
  "links": {
    "paging": {},
    "records": 1,
    "total_records": 1
  }
}

Updated