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.
Example response
{
"uploadId": "00000000-0000-0000-0000-000000000000"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.