Get Upload History
GET
https://api.monetate.net/api/data/v1/{retailerShortname}/production/upload/{schema-name}/
schema-namestringThe name of the Schema.
acceptstringGenerated from available response content types
200A list of file uploads.
401<p>Unauthorized.</p>
<p>The request did not include a token, or the token provided was invalid. Please ensure that your token is correct and that the Authorization header is properly formatted.</p>
403Forbidden.
The request included a token that has been revoked. Please contact your account administrator to generate a new token.
404<p>Not found.</p>
<p>The resource you are trying to fetch does not exist, or has been deleted.</p>
500Unknown error.
Please try again or contact your account manager for more information.
curl --request GET \
--url https://api.monetate.net/api/data/v1/{retailerShortname}/production/upload/{schema-name}/ \
--header 'accept: application/json'