-
Re: January 2024 Community Q&A Challenge — join the discussion and collect a badge!
Hi all, It's hard to pick just 3, when there were so many cool features released last year. I think the importance matters depending on if someone is a builder, maintainer, end-user, and what they us…3 -
Re: Data Validation when using Anaplan API
Hi @kjohnson, After uploading the file (for imports, so ID starting with 113), you can then download it - using either: The same API interface you are building, as you would be downloading the file f…1 -
Re: Line Item Subsets API Endpoint
Hi @Nikolai Starostin, I like the idea as I also needed it once, FYI as a workaround you can use: Line items subset is similar to a list, and definitely is a dimension All dimensions are accessible v…1 -
Re: Get authentication token details
Hi @DanielLim2, You are almost there - just add whitespace between "AnaplanAuthToken" and the actual value of the token, and remove quotes. So like this: AnaplanAuthToken ABC123 That's why …1 -
Re: Get authentication token details
Hi @DanielLim2, You shouldn't use Bearer Token in this scenario - please take a look at this Postman Collection for Anaplan, I think it will help you with whatever you try to achieve:1