latestOpenAPI 3.0.12026-08-082942150.5 KB

14cab8ac3bca

Input Units

Get Project Upload

Retrieve the status of an input unit set uploaded for a project.

Permission Required: Read Project Properties

get/v2.0/public/projects/{projectId}/uploads/{uploadId}

Path parameters

projectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000

Project ID.

uploadIdstring uuid required
Example:00000000-0000-0000-0000-000000000000

ID for a set of uploaded input unit.

Response

Returns upload information.

uploadIdstring uuid

ID for a set of uploaded input units.

isUploadingboolean

Indication if the upload is still ongoing or not.

uploadStartTimestampstring date-time

Date and timestamp of when the upload started.

uploadEndTimestampstring date-time nullable

Date and timestamp of when the upload ended.

Example response

{
  "uploadId": "00000000-0000-0000-0000-000000000000"
}