List Sub-Catalog Collections
GET/catalogs/:subCatalogId/collections
List the collections that belong to a Sub-Catalog
Request
Path Parameters
Identifier (name) of a specific collection
Query Parameters
- order-id
- order-id-desc
- datetime
- datetime-desc
- order-id
- order-id-desc
- datetime
- datetime-desc
An array of property names, prefixed by either "+" for ascending or "-" for descending.
If no prefix is provided, "+" is assumed.
Currently only two properties are supported: datetime
and id
.
Example: id
Example: -id
Example: datetime
Example: -datetime
(Deprecated in favor of sortby) SQL-style ORDER BY clause. The only properties results can be ordered by are "id" and "datetime". You can use ASC and DESC modifiers on each column. If not specified then orderby defaults to "datetime DESC, id ASC".
Example: id
Example: id DESC
Example: datetime
Example: datetime DESC
Maximum number of collections to return
Page number to retrieve. First page is numbered 1.
Responses
- 200
- 400
- 500
Return list of collection definitions
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- ]
collections object[]required
links object[]
links object[]
An array of links. Can be used for pagination, e.g. by providing a link
with the next
relation type.
{
"collections": [
{
"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"
}
]
}
],
"links": [
{
"rel": "next",
"href": "https://api.maxar.com/discovery/v1/search?orderby=id&page=3&limit=10"
}
]
}
Error in user request
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
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
UUID of web request
{
"message": "string",
"request_id": "string"
}