Get uploads

Description

Gets all uploads for a given vector layer.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/file

Method

GET

Access Rules

Minimum Access Level

view+

Processing Units

Minimum processing units

2

Parameters

NameDescriptionDefaultRequired

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp to get uploads of.

true

pageStart

Object with required property startDate and optional property pagingId defining where to start the retrieval of results from.

Default null.

false

pageSize

The maximum number of uploads to retrieve. Maximum 100.

Default 100.

false

status

One of pending, completed, errored, reverting or redoing

Default null

false

Last updated