From 536eac555e98a916203f1dae6f9982bd3060a30c Mon Sep 17 00:00:00 2001 From: Emilia Paz Date: Tue, 27 May 2025 14:48:45 -0700 Subject: [PATCH 1/2] Update program-applications.md --- docs/it-manual/api/program-applications.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/it-manual/api/program-applications.md b/docs/it-manual/api/program-applications.md index a2351052..4559e82a 100644 --- a/docs/it-manual/api/program-applications.md +++ b/docs/it-manual/api/program-applications.md @@ -21,13 +21,13 @@ All query parameters are optional, but case-sensitive. #### `fromDate` - **Parameter**: `fromDate` -- **Format**: An ISO-8601 formatted date (i.e. YYYY-MM-DD). -- **Description**: Limits results to applications submitted on or after the provided date, in the CiviForm instance's local time. +- **Format**: An ISO-8601 formatted date and time with zoneId (i.e. YYYY-MM-DDTThh:mm:ssZ). +- **Description**: Limits results to applications submitted on or after the provided date. If timezone is not provided, uses the CiviForm instance's local timezone. If time is not provided, defaults to the beginning of the day. #### `toDate` - **Parameter**: `toDate` -- **Format**: An ISO-8601 formatted date (i.e. YYYY-MM-DD). -- **Description**: Limits results to applications submitted before the provided date, in the CiviForm instance's local time. +- **Format**: An ISO-8601 formatted date and time with zoneId (i.e. YYYY-MM-DDTThh:mm:ssZ). +- **Description**: Limits results to applications submitted submitted before the provided date. If timezone is not provided, uses the CiviForm instance's local timezone. If time is not provided, defaults to the beginning of the day. #### `pageSize` - **Parameter**: `pageSize` From 33602bdd9796105db3fb2304f25b813126c99313 Mon Sep 17 00:00:00 2001 From: Emilia Paz Date: Tue, 27 May 2025 15:04:41 -0700 Subject: [PATCH 2/2] Update program-applications.md --- docs/it-manual/api/program-applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/it-manual/api/program-applications.md b/docs/it-manual/api/program-applications.md index 4559e82a..41966471 100644 --- a/docs/it-manual/api/program-applications.md +++ b/docs/it-manual/api/program-applications.md @@ -22,12 +22,12 @@ All query parameters are optional, but case-sensitive. #### `fromDate` - **Parameter**: `fromDate` - **Format**: An ISO-8601 formatted date and time with zoneId (i.e. YYYY-MM-DDTThh:mm:ssZ). -- **Description**: Limits results to applications submitted on or after the provided date. If timezone is not provided, uses the CiviForm instance's local timezone. If time is not provided, defaults to the beginning of the day. +- **Description**: Limits results to applications submitted on or after the provided date. Uses the CiviForm instance's local timezone when timezone is not provided. Defaults to the beginning of the day when time is not provided. #### `toDate` - **Parameter**: `toDate` - **Format**: An ISO-8601 formatted date and time with zoneId (i.e. YYYY-MM-DDTThh:mm:ssZ). -- **Description**: Limits results to applications submitted submitted before the provided date. If timezone is not provided, uses the CiviForm instance's local timezone. If time is not provided, defaults to the beginning of the day. +- **Description**: Limits results to applications submitted submitted before the provided date. Uses the CiviForm instance's local timezone when timezone is not provided. Defaults to the beginning of the day when time is not provided. #### `pageSize` - **Parameter**: `pageSize`