Get Sortables
GET
/collections/datasets/sortables
const url = 'https://example.com/api/collections/datasets/sortables';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/collections/datasets/sortablesSortable properties for the datasets collection (OGC API Records).
Responses
Section titled “ Responses ”Successful Response
Media type application/json
Example generated
example