-
Upcoming Event Dates - Demo volunteers
Hi all We're planning a virtual event for 25th/26th of July (invites to be sent soon). We're seeking for volunteers that would like to demo a solution they've built that incorporates the Anaplan APIs. The demo should be around 15-20 min. Please send me a direct message with your interest in presenting your solution to the…
-
Anaplan export action list via POSTMAN
Hi All, I have this issue on not being able to get the list of Anaplan export actions or any other artifacts via POSTMAN. These are the steps I am taking - a. Authenticate — https://auth.anaplan.com/token/authenticate (I using basic auth and I am able to authenticate, and I am able to get the tokenValue. b. Model list -…
-
How to upload file in postman while running a collection
Hi Team, I am trying to import a csv file into Anaplan through API in Postman. When I am running individual requests and upload file in body(binary), it gets uploaded into Anaplan but while running the collection all together and putting file into collection runner, it is throwing error "500 Internal Server Error".…
-
Export from Anaplan to cloud using bulk API
Is it possible to export the files from Anaplan to the cloud other than Azure, Google and AWS? I believe by using Cloud Works API we can export only to Azure, Google and AWS. My client's requirement here is not to use the on premise server for the exports from Anaplan. Primarily they have no on -premise server in their…
-
Automating Cloud to Predictive Insights Integration
Introduction The following document describes the steps needed to automate integration between cloud data sources and Predictive Insights using CloudWorks. In the document, we will use Amazon S3 integration as an example, but other cloud data sources are also supported. For simplicity, account data will be referred to, but…
-
Bulk API Integration
Hi All, If I upload a file to Anaplan server using Bulk API, can a user manually run the import action from actions page in Anaplan to import the uploaded file into the Anaplan Model, are there any limitations or pre-requisite? For example I understand if I am uploading the file using basic authentication with a user ID…
-
Getting error while using Auth API
Hello, I am trying to start exploring SCIM API. I am following instructions for BASIC Authentication I am using insomnia to send POST request https://auth.anaplan.com/token/authenticate/<user:password> but I get following reply back { "status": "FAILURE_BAD_HEADER", "statusMessage": "Missing authorization header. Verify…
-
Is it possible to get an Import's affected/target List via the API?
I have some c# code that uses the Anaplan v2 API. One thing it does is perform various imports based on conditions. I would like to know which lists are affected by each import, but as far as I can tell it's not possible to get that part of metadata about an import.
-
Anaplan Audit API - Enhanced Reporting Solution
Shout out to our very own @QuinE for sharing this Anaplan Audit History solution in our community knowledge base! The solution uses various Anaplan API services to enrich the Audit API logs: OAuth2 API - to authenticate Audit API - to fetch the audit records Integration API - to fetch Anaplan object metadata and update the…
-
Simplifying User Access Management in Anaplan with the SCIM API
Introduction: In today's fast-paced business environment, effective identity management and governance play a crucial role in maintaining data security and ensuring smooth operations. Anaplan, a leading cloud-based planning platform, offers a powerful SCIM (System for Cross-domain Identity Management) API that integrates…