Get uploads

Description

Gets the uploads of 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

Name
Description
Required
Default

pathId

The id of the vector layer.

true

timestampId

The id of the vector timestamp to get uploads of.

true

pageStart

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

false

Default null.

pageSize

The maximum number of uploads to retrieve. Maximum 100.

false

Default 100.

status

Retrieves upload of a specific status. Must be one of "pending", "completed", "errored", "reverting" or "redoing".

false

Default null.

Last updated

Was this helpful?