get_task_info | R Documentation |
Get task info
get_task_info(
patient_id,
access_token,
base_task_url,
language = "nl",
check_ssl = TRUE,
debug = FALSE,
tracks = NULL,
careplan_ids = NULL
)
patient_id |
String formatted like "patient_id@organisation_id". |
access_token |
API access token. |
base_task_url |
API endpoint for task data. |
language |
Language of the response data. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
tracks |
Tracks to filter on. |
careplan_ids |
Careplan id's to filter on. |
Data.table containing task info data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.