getAllScheduledExportsV1
Retrieve a list of individual export files generated through Event Scheduling (Scheduled Exports) or manually in Outbound Integrations. Does not include files associated with managed partner integrations. Results may be used with the downloadScheduledExport endpoint to retrieve file contents, and with the markScheduledExport endpoint to update export file records to indicate that they have been downloaded.
Query parameters
Export Date to retrieve in format DD-MMM-YY.
Export Status to retrieve. If null, all Exports meeting the criteria of the Query Params will be returned. Statuses are: (1) Returns records for manually created exports; (2) Returns records for Scheduled Export files ready for download; (3) Returns records for Scheduled Export files already downloaded by CDP or any files “marked” as downloaded; (5) Returns records Marked as not successfully downloaded.
Export file type name to explicitly retrieve. These file type names appear in parentheses in the “Transaction Type” column in Outbound Integrations.
Specific export file name to explicitly retrieve. Use 4 or more characters for wildcard search. Note that these file names are not visible in the Outbound Integrations screen.
Post Date to retrieve in format DD-MMM-YY.
All export files are associated with a particular Application User's User ID. This is the value displayed in the “User” column in Outbound Integrations for the relevant file or file batch.
Specify 'true' to output null data elements.
General export file type to explicitly retrieve. File types are: MAPPABLE_AP_TRANS_TYPE (Accounts Payable), MAPPABLE_SALES_TYPE (Sales), MAPPABLE_INVENTORY_TOTALS_TYPE (Inventory Totals), MAPPABLE_INVENTORY_DELTA_TYPE (Inventory Delta), MAPPABLE_LOC_TRANSFERS_TYPE (Location Transfers), MAPPABLE_AR_TRANS_TYPE (Accounts Receivable), MAPPABLE_CUSTOM_TRANS_TYPE (Custom Transactions), EMPLOYEE_MAINTENANCE (Employee Maintenance), MAPPABLE_EMPLOYEE_POS_TYPE (Employee POS), MAPPABLE_LABOR_SCHEDULE_TYPE (Labor Schedule), MAPPABLE_PAYROLL_TYPE (Payroll), USER_DEFINED (User Defined)
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"batchId": 4160,
"exportDate": "01/29/2024 11:25:04",
"exportStatus": 3,
"exportType": "MAPPABLE_SALES_TYPE",
"extractHistoryId": 1650348,
"extractName": "STANDARD",
"fileName": "SALESNE_4160",
"postDate": "01/22/2024",
"user": "APIDOWNLOAD"
}
]