Description Usage Arguments See Also
api_search returns the bioscreen entries that match the specified search query.
1 2 3 4 5 |
action |
the HTTP method (GET or POST) |
search_by_list |
list of search parameter names and values. Set to NULL if performing a batch query (action = GET) |
endpoint |
the data endpoint of interest. Possible values are "subjects", "attacks", "treatments", and "visits". |
base_url |
the API base URL. |
token |
HTTP authorization token. Default is to get environment variable 'MSBWAITER_TOKEN'. |
verbose_b |
print progress messages as function runs? |
number_of_pages |
number of pages of data to return. If set to NULL (default), all pages are returned. |
results_per_page |
number of results to return per page. If set to NULL (default), the results_per_page query argument in the HTTP request header is equal to its default value. |
api_get_batch, api_search_by_msid, api_search_by_updated_at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.