Skip to content

Commit

Permalink
docs(api): Refines v4.1 API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Nov 30, 2024
1 parent 17d1206 commit 9ae38cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl/api/templates/rest-change-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ <h1 id="about">REST API Change Log</h1>
(<a href="https://github.com/freelawproject/courtlistener/issues/4312">Issue #4312</a>, <a
href="https://github.com/freelawproject/courtlistener/pull/4712">PR #4712</a>).
</li>
<li><strong>Flexible Docket Entry Sorting:</strong> The <code>order_by</code> query parameter has been added to the <a href="{% url "pacer_api_help" %}#docket-entry-endpoint">Docket Entry endpoint</a>, enabling you to sort results based on various fields.
<li><strong>Flexible Docket Entry Sorting:</strong> The <a href="{% url "pacer_api_help" %}#docket-entry-endpoint">Docket Entry endpoint</a> now supports sorting results by <code>recap_sequence_number</code> and <code>entry_number</code>. This added flexibility allows you to customize your data retrieval to meet specific requirements.
(<a href="https://github.com/freelawproject/courtlistener/issues/4061">Issue #4061</a>, <a
href="https://github.com/freelawproject/courtlistener/pull/4700">PR #4700</a>).
</li>
<li><strong>Deeper Filtering for Parties and Attorneys:</strong> The <a href="{% url "pacer_api_help" %}#party-endpoint">parties</a> and <a href="{% url "pacer_api_help" %}#attorney-endpoint">attorneys</a> API endpoint has been upgraded with the filter_nested_results=True query parameter. This enables granular filtering of nested data, providing more control over the retrieved information.
<li><strong>Deeper Filtering for Parties and Attorneys:</strong> The <a href="{% url "pacer_api_help" %}#party-endpoint">parties</a> and <a href="{% url "pacer_api_help" %}#attorney-endpoint">attorneys</a> API endpoint has been upgraded with the <code>filter_nested_results=True</code> query parameter. This enables granular filtering of nested data, providing more control over the retrieved information.
(<a href="https://github.com/freelawproject/courtlistener/issues/4054">Issue #4054</a>, <a
href="https://github.com/freelawproject/courtlistener/pull/4729">PR #4729</a>).
</li>
Expand Down

0 comments on commit 9ae38cb

Please sign in to comment.