get_task_info: Get task info

View source: R/api.R

get_task_infoR Documentation

Get task info

Description

Get task info

Usage

get_task_info(
  patient_id,
  access_token,
  base_task_url,
  language = "nl",
  check_ssl = TRUE,
  debug = FALSE,
  tracks = NULL,
  careplan_ids = NULL
)

Arguments

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.

Value

Data.table containing task info data.


Timformatie/tfmGemsTracker documentation built on Oct. 30, 2024, 1:18 p.m.