GET api/v1/delivery/status/{ticket}
Get the status of the delivery
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ticket |
A unique identifier used for fetch status of a delivery |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns info about a delivery's processing status, File is being processed or File has been processed
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>