latestOpenAPI 3.0.12026-08-082942150.5 KB
14cab8ac3bca
Input Units
Get Project Uploads
Retrieve the status of a project’s input unit set. Each set of uploaded input units generate an ID that you can use to retrieve the upload status, the number of input units submitted, the successful input units, and the error input units.
Permission Required: Read Project Properties
get/v2.0/public/projects/{projectId}/uploads
Path parameters
projectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000
Project ID.
Query parameters
pageNumberinteger
The page to retrieve. (0 by default)
itemsPerPageinteger
The number of items to retrieve per page. The maximum number of items per page allowed is 100. (10 by default).
Response
Returns a list with information about the uploads.
Example response
{
"uploads": [
{
"uploadId": "00000000-0000-0000-0000-000000000000"
}
]
}