modify_events_endpoint: Modify events Endpoint

View source: R/get_events.R

modify_events_endpointR Documentation

Modify events Endpoint

Description

Code to modify events API Endpoint

Usage

modify_events_endpoint(
  baseurl = NULL,
  program_id = NULL,
  startDate = NULL,
  endDate = NULL,
  paging = TRUE,
  pageSize = 50,
  pageNumber = 1
)

Arguments

baseurl

the server url.

program_id

the program ID.

startDate

the date in YYYY-MM-DD format.

endDate

the date in YYYY-MM-DD format.

paging

logical. Whether to page the results or not. By default, the return events are paged.

pageSize

numeric. indicating the size of the page. default is 50.

pageNumber

Numeric. Specifies the page number to be returned. default is page 1.

Value

url


psi-mis/a360connect documentation built on Nov. 22, 2022, 12:36 p.m.