Structured Assertion Data
Data Type: structured_assertion
Primary Key: id
Attributes
-
_version_
(
number)
-
comment
(
string)
-
date_inserted
(
date)
-
date_modified
(
date)
-
evidence_code
(
string)
-
feature_id
(
string)
-
id
*
(
string)
-
owner
(
string)
-
patric_id
(
string)
-
pmid
(
string)
-
property
(
string)
-
public
(
boolean)
-
refseq_locus_tag
(
string)
-
score
(
string)
-
source
(
string)
-
user_read
(
array of strings)
-
user_write
(
array of strings)
-
value
(
string)
API
GET :id
Retrieve a structured_assertion data object by id
EXAMPLE
https://www.bv-brc.org/api/structured_assertion/001382b1-55e4-4581-ba85-c2744a2dbeb8
Try It!
QUERY :query
Query for structured_assertion data objects with an RQL Query
Return Formats
Requests may include an HTTP ACCEPT header from this list to transform the data into the requested type.
-
application/json - Returns results as an array of JSON objects
-
application/solr+json - Results results in SOLR JSON response format
-
text/csv - Returns results in Comma Separated values (CSV) format. Columns are separated by ','. Multi-value columns are separated by ';'. Rows are separated by new line
-
text/tsv - Returns results in Tab Separated values (TSV) format. Columns are separated by a tab. Multi-value columns are separated by ';'. Rows are separated by new line
-
application/vnd.openxmlformats - Returns objects as an MS Excel document
EXAMPLE
- Query for structured_assertion data objects with a id equal to 001382b1-55e4-4581-ba85-c2744a2dbeb8. Return results as a JSON Array.
https://www.bv-brc.org/api/structured_assertion/?eq(id,001382b1-55e4-4581-ba85-c2744a2dbeb8)
Try It!