Skip to content

Commit

Permalink
Admin / CSW / Add more GET request examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Apr 23, 2024
1 parent 56c7154 commit f45d4a4
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ <h4 data-translate="">cswSampleGetRequest</h4>
>GetRecordById</a
>
</li>
<li>
<a
href="csw?SERVICE=CSW&amp;VERSION=2.0.2&amp;REQUEST=GetRecordById&amp;ID=8c74e8c4-701a-4cd1-a988-7f2bf9e891bd&amp;outputSchema=https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd/"
>GetRecordById (with outputSchema)</a
>
</li>
<li>
<a
href="csw?SERVICE=CSW&amp;VERSION=2.0.2&amp;REQUEST=GetRecords&amp;outputSchema=http://data.europa.eu/930/&amp;elementSetName=full&amp;resultType=results&amp;maxRecords=30"
>GetRecords</a
>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f45d4a4

Please sign in to comment.