v1

Get History

Gets a coverage's history. Full history is returned if no filters are defined. The return list is ordered by version, defaulting to ascending.

get/coverages/v1//{id}/history

Path parameters

idCommonCoverageId required— unresolved $ref

Query parameters

startstring date
endstring date
non_auto_updated_coverages_onlyboolean

If true, only returns coverages that have NOT been auto-updated by the system.

sort_directionCommonSortDirection — unresolved $ref

Defaults to ascending. Sorts by version.

limitinteger

Must be between 0 and 1000. No default.

Headers

Authorizationstring required

OAuth authentication

Response

Response with status 200

V1Coverage[] required— unresolved $ref