cURL
curl --request POST \ --url https://api.sandbox.asapp.com/fileexporter/v1/static/listfeedintervals \ --header 'Content-Type: application/json' \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>' \ --data '{ "feed": "feed_test", "version": "1", "format": "jsonl", "date": "2022-06-27" }'
{ "feed": "feed_test", "version": "1", "format": "jsonl", "date": "2022-06-27", "intervals": [ "hr=01/mi=01", "hr=01/mi=02" ] }
Lists intervals for a company feed/version/format/date
Get intervals for a company feed/version/format/date
Successfully requested feed intervals
Get Dates for a company feed/version/format
Was this page helpful?