-
CloudWorks API - Increase the "Get integrations" retrieve limit
I use the API below to get CloudWorks integrations list: The retrieve limit is set to 250 which forces me to create multiple API calls to get the full list (using offset and limit parameters). It could be a good idea to remove this retrieve limit (the number of integrations in Cloudworks is already limited). Thanks!
-
Bi-directional Integration: Bridging Workday and Anaplan
In today's fast-paced business environment, seamless integration between different enterprise solutions is crucial. This post delves into the specifics of establishing a bi-directional integration between Workday and Anaplan, two leading platforms in their respective domains. Workday to Anaplan Integration Extracting Data…
-
can we send a file name into the process api?
Hi: I have a Process which contains delete list, import list and update module action, as import action need users to pick a file from their computer, do we have any API for Process that can receive the file name? I want to use ETL tool to call this API and send the file to it. I know the Import API can receive the file…
-
Data Validation when using Anaplan API
One thing i've found quite challenging when doing API implementations (and at this point i've done well into my 20s of these) is, what is the best way to validate that my API calls are properly working? Specifically - how can I validate that file uploads are pushing in the right data? There are so many different variables…
-
Request for API Roadmap
Hi Team! I know many of you use API frequently and sometimes there are tasks which cannot be solve with currently available endpoints. My team encountered many of them recently, I tried creating posts on Idea Exchange, but looks like they are ignored :) To continue our work we have to create ad hocs. May it be possible for…
-
Line Item Subsets API Endpoint
Create an endpoint for retrieving list of Line Item Subsets in the model. Also, we need an endpoint to see which line items are included into the subset.
-
How to set up integration from MS SQL Server table to Anaplan model via Talend
Hi, We are trying to load contents from a table in MS SQL Server table to Anaplan model (processes, actions, etc.) using Talend. So far we are able to make connection to Anaplan model and do the authentication successfully. We are able to view all import ids of the model / process ids / action id. I am following this user…
-
How configure the authentication token in the Talend
Hi @,@ Thank you so much for creating this detailed document. , We are following this to create a Anaplan Integration with Talend. But instead of CA Certificates we are trying to do it with the Basic Auth. If possible can you please let me know how to configure the Components in talend for Basic Auth and share if you have…
-
File ID + Module ID via Web Browser
Previously you used to be able to do something like the following in a web browser to get IDs: E.g. https://api.anaplan.com/2/0/workspaces/WORKSPACE%20ID/models/MODEL%20ID/files Now when you try this you get a 401: Not authenticated error. Is this intended behaviour going forward? Can certainly set things up in postman but…
-
Best Practice for Initiating Many Actions via Python Script
I have managed to piece together a script to initiate one of several scripts. Now that I can start one, I would like to ask what is the best practice for starting several? Should the script pause until each action is complete before starting the next one? If so, what would a simple wait and check to see if task is complete…
-
Data loss issue
I've encountered a strange issue in our model. To give you the context - We run a scheduled process through REST API to copy data from one version to another version. We tried running this using cloudworks, it did not work (I'm assuming because once of the action in the process has filter based on User Write Access). So we…
-
Question: Examples of Web Apps using OAuth2.0 Authorization Code Grant
Hi API Developers Has anyone implemented Anaplan OAuth using Authentication Code Grant for use cases other than a single user integration flow. For example, a web app that allows users to consume Anaplan data by authenticating the user through OAuth via a browser flow? Or, do you have any plans to create a solution like…
-
Anaplan API to run a Python Script to Import File and Run a Process
Hoping someone can provide me an example of the Rest API code/syntax (for a Python script) needed to run a process which utilizes a file import to execute several action steps. Have accomplished in Anaplan Connect via the below: set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -workspace %WorkspaceId% -model…
-
Size limit import data Using Talend ETL & API
Hi all, i need to load a lot of data in transaction level AP & AR. For now, i still don't have any idea how big. just wondering about : 1. is there any size limitation when import data using API? 2. Is there any timeout when import data using API? Thanks a lot
-
Publish Postman API Collections for various Anaplan API Categories
It would be handy if the various API documentations outlined in is accompanied with its corresponding Postman collection like the one below . Currently I'm unable to find the Postman collections for ALM API and CloudWorks APLI
-
Running multiple export actions in parallel
I am using the API the execute multiple export actions and download the resulting output. I notice that if I start the first export with the call to /workspaces/{workspaceId}/models/{modelId}/exports/{exportId}/tasks Then the request will return in under a second as the export starts. However, if I call the endpoint again…
-
Anaplan API | Add list items to a numbered list by combination of properties as a unique identifier
Dears, I am currently writing an API call to add a list item to a numbered list. Here, i would like to use a combination of properties as a unique identifier, not the regular code. Which has to be specified in the request body. Unfortunately, I haven't found any guidance in the documentation on how to do that (). Does…
-
Delete models using Anaplan Connect/API?
Is it possible to delete models using Anaplan Connect/API? A sample script would be much appreciated.
-
Current date and time in Anaplan via the API
Built an easy script to have the current date and time in Anaplan. Have successfully implemented this on a couple of customer sites and it is really useful. It is reasonably easy to set up and the Github page for the code has the instructions. Also happy to assist if you want help setting this up.
-
Possible to extract Workspace security using API ?
Hello, We have a requirement to send security extracts on a weekly basis, since we have 10 or more workspaces, is there any way we can extract this information via APIs ? It's jus the Extract option on the users screen that we are looking for
-
[Part 2] Enhancing Anaplan Audit Log Data Extraction with a Streamlined Python Solution
The Anaplan Audit History project, consisting of several Python modules and a configuration file, works synergistically to streamline the process of fetching, formatting, and loading Anaplan audit log data into a preconfigured Anaplan Model. The project leverages the Anaplan REST API, the Python Pandas library for…
-
Integrating Securely: Using the Anaplan REST API with Certificate-Based Authentication
In the ever-evolving landscape of technology, secure communication between platforms is paramount. The Anaplan REST API offers a robust way to connect and interact with the Anaplan platform, and one of the most secure methods of authentication is through certificate-based authentication. In this article, we'll delve into…
-
Efficient Data Exchange: Integrating Anaplan with SFTP Servers
In the dynamic landscape of modern business, data integration plays a pivotal role in decision-making processes. Many enterprises rely on Anaplan as a comprehensive planning and performance management platform. When it comes to data exchange, integrating Anaplan with SFTP (Secure File Transfer Protocol) servers offers a…
-
Viewing Incoming API CSV Files on Anaplan Server
Hi Anaplan Community! My colleague and I are currently working on a new API connection between EDW and their Anaplan Data Hub. We are currently having difficulty loading all files through the connection. We have reviewed the queries and scripting for sending over the CSV files and cannot find any errors. We also are…
-
Add "includeDetails" parameter to "Retrieve lists" API Endpoint
Currently "Retrieve lists" Endpoint returns only an array of lists which contain only "id" and "name" information. [ { "id": "101000000000", "name": "Organization" }, { "id": "101000000001", "name": "opportunities" }, ] For my use case, I need to find out which lists have Selective Access. There are two ways to do that:…
-
Event Registration - API Developer Virtual Meetup
Hi All Our first event for 2023 is right around the corner! Agenda: Welcome and Intro Update from the Anaplan team Demo Q&A Event times: AMER/EMEA: 25th July 09:00-10:00 (PDT) APAC/EMEA: 26th July 13:00-14:00 (SGT) We will record the sessions for those who cannot make the times listed Registration Steps: Register here ⇒…
-
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…