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, I wonder if there's a way I can sort my general list alphabetically. The list is used as a drop down menu in a line item module and I want the drop down menu to be easy to navigate. I've already tried the Order List action. I already have a module with a text-formatted line item based on that list. But when I try to…
Hello Anaplan Community, I have a special requirement from a customer and would appreciate your input. Let me explain the situation: We have a hierarchy with three levels: Level 1, Level 2, and Level 3. Screen 1: Creation of Level 1 Items On this screen, the user selects a team. Based on their selection, an action runs to…
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.…