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
Default
Required
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.
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