RESTful API How To

Options
rupert_tagnipes
rupert_tagnipes Member, ALL USERS, Employee Posts: 4 Master Anaplanner of the Year

You can interact with the data in your models using Anaplan's RESTful API. This enables you to securely import and export data, as well as run actions through any programmatic way you desire. The API can be leveraged in any custom integration, allowing for a wide range of integration solutions to be implemented. Completing an integration using the Anaplan API is a technical process that will require significant action by an individual with programming experience.

Visit the links below to learn more:

You can also view demonstration videos to understand how to implement APIs in your custom Integration client. The below videos show step-by-step guides of sequencing API calls and exporting data from Anaplan, importing data into Anaplan, and running delete actions and Anaplan processes.

API sequence for uploading a file to Anaplan and running an import action is as follows:

https://player.vimeo.com/video/318239961

API sequence for running an export action and downloading a file from Anaplan is as follows:

https://player.vimeo.com/video/318606559

API sequence for running an Anaplan process and a delete action is as follows:


Comments

  • mpeck
    mpeck Member, ALL USERS, GroupMember, Community Member, Community Pioneer Posts: 5 Master Anaplanner of the Year

    I am watching the REST API import video. It seems like video is skipping sections. Is there a full video somewhere?