v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
metadata

Gets layer versions for catalog version

Returns information about layer versions for the catalog version. It will return an error if the catalog does not have any versions or if the version passed in the query parameter does not exist. If a layer does not have any data for the requested version it is excluded from the response.

get/layerVersions

Query parameters

versioninteger required

Catalog version

billingTagstring

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alphanumeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Response

OK

versioninteger required

Catalog version

Example response

{
  "layerVersions": [
    {
      "layer": "my-layer",
      "timestamp": 1516397474657
    }
  ],
  "version": 1
}