Is there way i could using BatchAPI for scheduling. I have an internal application which would access only via API and I wanted to schedule the file load into AEP.
Hi @navink386520 not sure what your use case is but for data ingestion it's recommended to use source connectors, otherwise you can try to programmatically schedule this API by any script.
Not sure about batch API, But you can create a connection and runs on demand with the flow service API. You can set run start and end dates inflow parameters.
Hi @navink386520 not sure what your use case is but for data ingestion it's recommended to use source connectors, otherwise you can try to programmatically schedule this API by any script.