Skip to content

Commit

Permalink
remove link from url structure data
Browse files Browse the repository at this point in the history
  • Loading branch information
Donna-H committed Jan 12, 2024
1 parent 056adf6 commit 19df93d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ds_judgements_public_ui/templates/pages/about_this_service.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,20 +184,18 @@ <h2 id="section-data">How to access the data and technical documentation</h2>
<a href="https://caselaw.nationalarchives.gov.uk/atom.xml">https://caselaw.nationalarchives.gov.uk/atom.xml</a>.
</p>
<p>URL Structure for Judgment Data:</p>
<p>
<a href="https://caselaw.nationalarchives.gov.uk/year/court/subdivision/id/data.xml">https://caselaw.nationalarchives.gov.uk/year/court/subdivision/id/data.xml</a>.
</p>
<p>https://caselaw.nationalarchives.gov.uk/year/court/subdivision/id/data.xml</p>
<p>In most cases the Neutral citation is how we uniquely identify the judgments and decisions.</p>
<h3>Parameters</h3>
<ul>
<li>
<code>order = updated :</code> Sort by the last XML database update
<code>order = updated</code>: Sort by the last XML database update
</li>
<li>
<code>order = date :</code> daSort by date on the judgment
<code>order = date</code>: Sort by date on the judgment
</li>
<li>
<code>page = 3</code> Paginated response. Starting at page 1
<code>page = 3</code>: Paginated response. Starting at page 1
</li>
</ul>
<h3>Example workflow</h3>
Expand Down

0 comments on commit 19df93d

Please sign in to comment.