Skip to content

Commit

Permalink
Document include_old_versions in record counts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 18, 2020
1 parent 2f25fb1 commit 61ef7ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,8 @@ GET /db/{database}/isolates - Retrieve list of isolate records
(ISO 8601 format).
* added_on [date] - Include only isolates added on specified date
(ISO 8601 format).
* include_old_versions [integer] - Set to 1 to include old record versions
(the default is to only include new versions)
* updated_after [date] - Include only isolates last modified after specified
date (ISO 8601 format).
* updated_on [date] - Include only isolates updated on specified date
Expand Down Expand Up @@ -1328,6 +1330,8 @@ GET /db/{database}/genomes - Retrieve list of isolate records that have genome a
(ISO 8601 format).
* added_on [date] - Include only isolates added on specified date
(ISO 8601 format).
* include_old_versions [integer] - Set to 1 to include old record versions
(the default is to only include new versions)
* updated_after [date] - Include only isolates last modified after specified
date (ISO 8601 format).
* updated_on [date] - Include only isolates updated on specified date
Expand Down

0 comments on commit 61ef7ca

Please sign in to comment.