Skip to content
getgeolens.com

Get Collection Metadata

GET
/collections/datasets
curl --request GET \
--url https://example.com/api/collections/datasets \
--header 'Authorization: Bearer <token>'

Get metadata for the datasets collection.

Successful Response

Media type application/json
OGCCollectionMetadataResponse

Response for /collections/datasets single collection metadata.

object
id
required
Id
string
title
required
Title
string
description
required
Description
string
itemType
Itemtype
string
default: record
links
required
Links
Array<object>
object
key
additional properties
any
extent
Any of:
object
key
additional properties
any
summaries
Any of:
object
key
additional properties
any
Example
{
"itemType": "record"
}