Description
Gets the uploads of a given vector layer.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/file
Method
GET
Minimum Access Level
view
Minimum processing units
2
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp to get uploads of.
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.
Default 100.
status
Retrieves upload of a specific status. Must be one of "pending", "completed", "errored", "reverting" or "redoing".
Last updated 8 months ago