api_search_by_updated_at: Search MS Bioscreen by an updated at timestamp

Description Usage Arguments See Also

Description

api_search_by_updated_at returns the bioscreen entries updated on or after the specified date and time.

Usage

1
2
3
4
api_search_by_updated_at(updated_at_date = "2015-09-24",
  updated_at_time = "00:00:00", endpoint = "subjects",
  base_url = "https://msbioscreen-uat.herokuapp.com/api/v1",
  token = get_token(), verbose_b = TRUE)

Arguments

updated_at_date

date stamp in format "yyy-mm-dd".

updated_at_time

time stamp in format "hh:mm:ss".

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?

See Also

api_do_action, api_create, api_update, api_delete, api_get, api_search_by_epicid


UCSF-MSLAB/msbwaiter documentation built on May 9, 2019, 5:19 p.m.