API Documentation >> API 2.0 Main >> Entities >> UserOffersExport
{ userOffersRequest: { idRequest: // Request ID idUser: // User ID status: // Request Status startedAt: // Date and Time of the request finishedAt: // Date and Time of the file being finished type: // "User Inventory Export" resourceId: {} // file name url: // presigned URL to download the export } }
Possible status
es are:
pending
- The requested export file is currently being created (finishedAt
and url
will be empty)finished
- The requested export file available for downloadfailed
- The creation of the requested export file failed{ userOffersRequest: { idRequest: 2910 idUser: 9999 status: "finished"" startedAt: "2023-06-21 11:35:34" finishedAt: "2023-06-21 11:38:45" type: "User Inventory Export" resourceId: "UserOffersExport-8888-9999.json" url: "https://php-generated-production-current.s3.eu-central-1.amazonaws.com/asyncSummaryFiles/userOffers/UserOffersExport-8888-9999.json" } }