Get Import ID from Anaplan
Does anyone have a guide or can provide assistance on how to get the API ID from Anaplan from a model?
0
Answers
-
For context, I am also using postman.
0 -
Can you please clarify this? Thanks
0 -
Hi @wbroughton,
1. Easiest way: log in to Anaplan using browser, find Model ID that you are interested in, and then go to this url (substitute {model_id} to your ID): https://us1a.app.anaplan.com/2/0/models/{model_id}/imports
2. Integrations method: Follow this documentation: https://anaplanbulkapi20.docs.apiary.io/#GetImportId
This will show list of imports, find the relevant name and you will have "id" of this import in the same JSON object.
4 -
Nice, thank you for sharing this!
0