You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
<p>The response also includes a <code>X-Total-Count</code> header, which is the total number of
519
522
resources in the collection.</p>
523
+
<h2id='querying-by-timestamp'>Querying by timestamp</h2>
524
+
<p>Endpoints that retrieve multiple records support querying data by timestamps, unless otherwise specified.</p>
525
+
526
+
<table><thead>
527
+
<tr>
528
+
<th>Parameter</th>
529
+
<th>Description</th>
530
+
</tr>
531
+
</thead><tbody>
532
+
<tr>
533
+
<td>min_created_at</td>
534
+
<td>Query records created after the specified date time.</td>
535
+
</tr>
536
+
<tr>
537
+
<td>max_created_at</td>
538
+
<td>Query records created before the specified date time.</td>
539
+
</tr>
540
+
<tr>
541
+
<td>min_updated_at</td>
542
+
<td>Query records updated after the specified date time.</td>
543
+
</tr>
544
+
<tr>
545
+
<td>max_updated_at</td>
546
+
<td>Query records updated before the specified date time.</td>
547
+
</tr>
548
+
</tbody></table>
549
+
550
+
<p><strong>Note</strong>: You can pass a date or a date time to the timestamp queries. For example:
551
+
<code>2023-7-28</code> or <code>2023-7-28 15:33:33 -700</code> or <code>2023-7-28T15:33:33-700</code>. The time defaults to <code>00:00:00</code> when not included, and the timezone defaults to UTC.</p>
<td>Query products created after the specified date time.</td>
1529
-
</tr>
1530
-
<tr>
1531
-
<td>max_created_at</td>
1532
-
<td>Query products created before the specified date time.</td>
1533
-
</tr>
1534
-
<tr>
1535
-
<td>min_updated_at</td>
1536
-
<td>Query products updated after the specified date time.</td>
1537
-
</tr>
1538
-
<tr>
1539
-
<td>max_updated_at</td>
1540
-
<td>Query products updated before the specified date time.</td>
1541
-
</tr>
1542
1542
</tbody></table>
1543
1543
1544
1544
<p>If filtering with the <code>query</code> param, then it takes precedence, and the other filtering params are ignored. Can be used when unsure about the exact manufacturer or model name.</p>
<p><strong>Note</strong>: Timestamp-based queries are not supported by this endpoint.</p>
3755
3737
<h1id='project-proposals'>Project Proposals</h1><h2id='get-proposals-in-your-project'>Get proposals in your project</h2><divclass="highlight"><preclass="highlight shell tab-shell--json"><code>curl <spanclass="s2">"https://app.jetbuilt.com/api/projects/<PROJECT_ID>/proposals"</span><spanclass="se">\</span>
<p><strong>Note</strong>: Timestamp-based queries are not supported by this endpoint.</p>
3915
3883
<h1id='project-service-packages'>Project Service Packages</h1><h2id='get-all-service-packages-in-your-project'>Get all service packages in your project</h2><divclass="highlight"><preclass="highlight shell tab-shell--json"><code>curl <spanclass="s2">"https://app.jetbuilt.com/api/projects/<PROJECT_ID>/service_packages"</span><spanclass="se">\</span>
<td>Query service cases created after the specified date time.</td>
4358
-
</tr>
4359
-
<tr>
4360
-
<td>max_created_at</td>
4361
-
<td>Query service cases created before the specified date time.</td>
4362
-
</tr>
4363
-
<tr>
4364
-
<td>min_updated_at</td>
4365
-
<td>Query service cases updated after the specified date time.</td>
4366
-
</tr>
4367
-
<tr>
4368
-
<td>max_updated_at</td>
4369
-
<td>Query service cases updated before the specified date time.</td>
4370
-
</tr>
4371
4307
</tbody></table>
4372
-
4373
-
<p><strong>Note</strong>: You can pass a date or a date time to the timestamp queries. For example:
4374
-
<code>2023-7-28</code> or <code>2023-7-28 15:33:33 -700</code> or <code>2023-7-28T15:33:33-700</code>. The time defaults to
4375
-
<code>00:00:00</code> when not included, and the timezone defaults to UTC.</p>
4376
4308
<h2id='get-a-service-case'>Get a service case</h2><divclass="highlight"><preclass="highlight shell tab-shell--json"><code>curl <spanclass="s2">"https://app.jetbuilt.com/api/service_cases/<ID>"</span><spanclass="se">\</span>
0 commit comments