Description Usage Arguments See Also
api_search_by_msbid returns the bioscreen entries associated with the specified msbid.
1 2 3 | api_search_by_msbid(msbid = 1, endpoint = "subjects",
base_url = "https://msbioscreen-uat.herokuapp.com/api/v1",
token = get_token(), verbose_b = TRUE)
|
msbid |
msbioscreen identifier |
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? |
api_do_action, api_create, api_update,
api_delete, api_get, api_search_by_updated_at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.