Search STAC items by audit fields
GET/collections/:collectionId/audit
Retrieve items for a given collectionId by audit fields
For authorization this method requires the use of a valid bearer token.
Request
Path Parameters
- wv01
- wv02
- wv03-vnir
- wv03-swir
- wv04
Identifier (name) of a specific collection
Example: wv01
Example: wv02
Example: wv03-vnir
Example: wv03-swir
Example: wv04
Query Parameters
- asc
- desc
- asc
- desc
Default value: ASC
Will be deprecated in favor of the sortby
parameter.
You can only define one or the other.
You can choose to order by ASC or DESC, with the default being ASC
Example: ASC
Example: DESC
Default value: ASC
You can choose to order by ASC or DESC, with the default being ASC
Example: ASC
Example: DESC
Default value: 1000
Maximum number of ids to return (default of 1000)
Default value: 1
Page number to retrieve. First page is numbered 1.
Responses
- 200
- 400
- 500
Array of item identifiers
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- string
Provider identifier, a unique ID, potentially a link to a file.
- ]
[
"1010010008DE7D00"
]
The request could not be handled because of invalid query parameters.
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"
}