v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Step 5: Complete the upload session

Notify Orange Logic that all of an asset’s chunks have been successfully uploaded

post/complete_27_v1

Request body

uploadItemIdstring required

<code>uploadItemId</code> or <code>UIRecordID</code> of the upload item created in the <a href= "https://developer.orangelogic.com/reference/register-upload-assets">Register upload assets</a> section.

fileDigitizedDatestring date required

The current date in the format mm/dd/yyThh:mm:ss.

fileDateCreatedstring date

The date the asset was created locally in the format mm/dd/yyThh:mm:ss.

fileDateModifiedstring date

The date the asset was last modified locally in the format mm/dd/yyThh:mm:ss.

S3PartListstring[]

ETags received from S3 multipart upload requests. For more information about ETags, refer to the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html#:~:text=Aws%20S3%20Etag" target="_blank">AWS S3 documentation</a>.

Response

200

assetVersioninteger
{"stackTrail":"paths:/complete_27_v1:post:responses:200:content:application/json:schema:properties:duplicatedRecordID","oasType":"schema","type":"unknown"}
uploadStatusstring

Example response

{
  "uploadStatus": "Success"
}