wbroughton
Contributor

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?

4 REPLIES4
wbroughton
Contributor

For context, I am also using postman.

davidpalacios
New Contributor

Can you please clarify this? Thanks

M.Kierepka
Certified Master Anaplanner

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.

wbroughton
Contributor

Nice, thank you for sharing this!