I have successfully obtained the authentication token and retrieved the list of models using the API.
However, I am unsure how to retrieve the list of apps and pages within a specific model.
Could you please provide guidance on how to achieve this?
Hello @ geometry dash lite, to get the list of apps within a specific model, you'll need to make a GET request to the Anaplan API endpoint for apps. The endpoint format is as follows:
GET https://api.anaplan.com/2/0/models/{modelId}/apps
{modelId}
GET /2/0/models/{modelId}/apps HTTP/1.1Host: api.anaplan.comAuthorization: Bearer {your_auth_token}Content-Type: application/json
Step 2: Retrieve the List of Pages
Once you have the app information, you'll want to retrieve the pages associated with those apps. Use the following endpoint format to get pages:
GET https://api.anaplan.com/2/0/models/{modelId}/apps/{appId}/pages
{appId}
Example Request to Retrieve Pages
GET /2/0/models/{modelId}/apps/{appId}/pages HTTP/1.1Host: api.anaplan.comAuthorization: Bearer {your_auth_token}Content-Type: application/json
Step 3: Handling the Response
After making the requests, handle the JSON response to extract the list of apps and pages. The response will typically contain the necessary information, such as app IDs, page IDs, and other relevant metadata.
Hi @rebeccachurch ,
I am tried to retrieve the list of Apps with the API calls described above including the following Header and I got the following error, looks like the API call does not exists:
Could you provide more info from your API call
@joseantonio.galindo I also have the same issue, unable to pull the apps through the API. There is a workaround though. Just sign into Anaplan, then navigate to this URL:
view-source:https://us1a.app.anaplan.com/a/springboard-definition-service/apps
You can save it as a JSON file and it has all the app information in it. Not ideal, but it is a workaround.
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…