Hi Team,
I would like to know that instead of using the file id in the api get request can I use the filename as (xxxx.xls)
https://api.anaplan.com/1/3/workspaces/8a81b0945cdbe1ec015ce678a3f60051/models/F54A3C7D6CE54A0F82EE730DE0FD12B5/files/
Thanks
Kandasamy
You can specify the import data source or export name in the URL path instead of the numeric ID, although you may need to be careful with certain characters that must be encoded (the tool you use to access the API may handle this).
Use application/octet-stream for the Accept header.
If the file is large then use the /2/0 API or the chunks endpoints instead.
It looks like you're missing the path component "/files", which should follow the model ID. Test using a numeric identifier first, then substitute the name for the numeric identifier.
Now you've got /1/4 as a version instead of /1/3 or /2/0. That's not a valid API version, hence the not found error.
1/4 is not a valid API version.
2/0 will require a different Authorization: header to 1/3 (see https://anaplanauthentication.docs.apiary.io/)
Now I faced below warning But I cannot find any delete action for those users I don't need anymore Can I have any action to solve this warning?
I have 2 lists used in modelling, In Input module I'm using subset of territories from Country List and subset of Regions from Flat list. But in Output module,Its reversed, I'm using subset of regions from Country list and subset of territories from flat list.How to derive the numbers from input to output module. I do have…
If anyone is aware of idea exchange ideas that are currently being evaluated by the product team, if you don't mind linking them here, would love to give them an upvote. Thanks!