v1
latestOpenAPI 3.0.12026-07-14133252.9 KBStyles
Retrieve the list of styles available from this service.
get/collections/{collectionId}/styles
Path parameters
collectionId'ngd-base' | 'asu-bdy' | 'wtr-ctch' | 'trn-ntwk-railway' | 'wtr-tidalboundary' required
Local identifier of a collection
Response
List of available styles.
Example response
{
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part"
}
],
"styles": [
{
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part"
}
]
}
]
}