modify_events_endpoint | R Documentation |
Code to modify events API Endpoint
modify_events_endpoint( baseurl = NULL, program_id = NULL, startDate = NULL, endDate = NULL, paging = TRUE, pageSize = 50, pageNumber = 1 )
baseurl |
the server url. |
program_id |
the program ID. |
startDate |
the date in |
endDate |
the date in |
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 |
pageNumber |
Numeric. Specifies the page number to be returned. default is page |
url
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.