I am trying to run couple of exports in a single process through Anaplan APIs,
the challenge is I want only the file IDs for the process which i am running, but if i run the get file ID API, i get all the files within the model, so is there any API which will let me take only the files which are under the process?
or is there any other method for this.
also, while downloading i want to download the whole file in a single chunk, but in the APIary page only option is an API which lets us download the file data with Chunk IDs.