From 08d09f9bbd73af06e7492e9eada35bcd539318fd Mon Sep 17 00:00:00 2001 From: James Andrews Date: Mon, 17 Jun 2019 16:50:46 +0930 Subject: [PATCH] Added labs_included, excluded --- docs/integration/api/classification_bulk.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integration/api/classification_bulk.md b/docs/integration/api/classification_bulk.md index 910a111..4f45c01 100644 --- a/docs/integration/api/classification_bulk.md +++ b/docs/integration/api/classification_bulk.md @@ -23,6 +23,8 @@ Parameters |level|editable|Will return records the current user has write access to and will be the latest version of those records including unshared changes.| |level|public|Will only return records that have been published to be shared with 3rd party labs| |level|loggd_in_users|Will only return records that have been published to be shared within Shariant| +|labs_include|comma sep list of lab ids|Only records associated to these labs will be included| +|labs_excluded|comma sep list of lab ids|Records associated with these labs will be excluded| |output|json|(Default) Output will be an JSON object with a key "records' containing all the relevant records.| |output|csv|Output will be a CSV file.| |output|redcap|Output will be a CSV file structured for REDCap. Note that only records with a value in redcap_record_id will be included.| @@ -31,4 +33,4 @@ Parameters |group_by|none|Places each of the variant classification in a separate zip entry the entries named by lab identifier / lab record id| |group_by|variant|Creates one zip entry per variant, the entry will have Shariant's internal ID| |limit|_number_|Limits the number of rows returned. Warning, if grouping will limit the number of records randomly across different groups, so should be avoided in such a case| -|after|_unix timestamp_|If after has a value, only records that were last shared after will be returned. Be careful that this refers to the time the record was published, NOT the date of the last modification| \ No newline at end of file +|after|_unix timestamp_|If after has a value, only records that were last shared after will be returned. Be careful that this refers to the time the record was published, NOT the date of the last modification|