Read No Reply

Boutique Launch Email Template

el rincon de la infancia grafomotricidad fichas para el desarrollo de

:
Social Media Program Launch
Update DocumentationV2.MD
1 parent Christian Business Cards commit c2c2f87

Read No Reply 1 file changed Motor Different Product Social Media Post

Lines changed: 4 additions & 4 deletions

Read More GIF Button Boutique Launch Email Template

v2/DocumentationV2.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,17 @@ axios(config)
195195
# GET Updated Jobs List
196196
***Message:*** ***_katapultpro.com/api/v2/updatedjobslist?fromDate={{fromDate}}&toDate={{toDate}}&useToday={{true || false}}&api_key={{api-key}}_***
197197

198-
This GET request uses a specified timeframe (the to and from dates) to return an object containing a list of Job IDs and their timestamps of when they were last updated. Jobs in this list are jobs that have been updated during the entered timeframe.
198+
This GET request uses a specified timeframe (the to and from dates) to return an object containing a list of Job IDs and their timestamps of when they were last updated. Jobs in this list are jobs that have been updated between the start and end dates.
199199

200200
**** **Important Note** ****
201-
It is important that the length of the array that is returned from this request is monitored by your calling code routine. If the size of the array is 200, (which is the limit of the query,) then the user should expect that there are more than 200 total updated jobs in the query. If this is the case, you can simply use the last date in the array as the next `{{fromDate}}` to get the remaining Updated Jobs List. Please continue this method repeatedly until there is a zero length array received. We do not return the entire length of the queried time period initially entered.
201+
It is important that the length of the array that is returned from this request is monitored by your calling code routine. If the size of the array is 200, (which is the limit of the query,) then the user should expect that there are more than 200 total updated jobs in the query. If this is the case, you can simply use the last `last_updated` value in the array as the next `{{fromDate}}` to get the next set of jobs within your time frame. Please continue this method repeatedly until the length of the result is less than 200. We do not return the entire list of jobs within the queried time period initially.
202202

203203

204204
***Query Params***
205205
| Parameter | Value | Description | Required? |
206206
| --------- | ----------- | ----------- | ----------- |
207-
| fromDate | `{{fromDate}}` | Replace `{{fromDate}}` with the starting date in the MM/DD/YY format (without leading zeros) i.e. 11/28/23 | <mark>Yes</mark> |
208-
| toDate | `{{toDate}}` | Replace `{{toDate}}` with the ending date in the MM/DD/YY format (without leading zeros) i.e. 2/1/23 | <mark>Yes</mark> |
207+
| fromDate | `{{fromDate}}` | Replace `{{fromDate}}` with the starting date. You can use any format accepted by a [JS Date Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date). This value is *exclusive* (results will start after this date). | <mark>Yes</mark> |
208+
| toDate | `{{toDate}}` | Replace `{{toDate}}` with the ending date. You can use any format accepted by a [JS Date Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date). This value is *exclusive* (results will end before this date). | <mark>Yes</mark> |
209209
| useToday | Set to "true" or "false" | If marked true, the timestamp for the moment your request is received will be used for the end of the timeframe (for `toDate`) | No |
210210
| api_key | `{{api-key}}` | Replace `{{api-key}}` with your API key | <mark>Yes</mark> |
211211

Email Marketing Templates For WordPress Boutique Launch Template

Comments
 (0)