Get sub-catalog definition
GET/catalogs/:subCatalogId
View the definition of a Maxar Sub-Catalog
Request
Path Parameters
subCatalogId stringrequired
Identifier (name) of a specific collection
Responses
- 200
- 404
- 500
Sub-Catalog definition
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
stac_version stringrequired
id stringrequired
title string
description stringrequired
links object[]
href urlrequired
rel stringrequired
type string
title string
{
"stac_version": "1.0.0",
"id": "wv01",
"title": "WorldView-1",
"description": "WorldView-1 Imagery",
"links": [
{
"href": "https://api.maxar.com/discovery/v1/collections/child-catalog.json",
"rel": "child",
"type": "application/json",
"title": "Child Catalog"
}
]
}
The Sub-Catalog ID does not exist
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
message string
request_id string
UUID of web request
{
"message": "string",
"request_id": "string"
}
The request could not be handled by the server.
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
message string
request_id string
UUID of web request
{
"message": "string",
"request_id": "string"
}
Loading...