Skip to main content

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

    collectionId stringrequired

    Identifier (name) of a specific collection

    Examples:

    Example: wv01

Query Parameters

    auditInsertDate datetime
    auditUpdateDate datetime
    orderby string

    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

    Examples:

    Example: ASC

    sortby string

    Default value: ASC

    You can choose to order by ASC or DESC, with the default being ASC

    Examples:

    Example: ASC

    limit integer

    Default value: 1000

    Maximum number of ids to return (default of 1000)

    Example: 1000
    page integer

    Default value: 1

    Page number to retrieve. First page is numbered 1.

    Example: 2

Responses

Array of item identifiers

Response Headers
  • X-Maxar-RequestId any
Schema
  • Array [
  • string

    Provider identifier, a unique ID, potentially a link to a file.

  • ]
Loading...