Application link check from Model

Hi Anaplan,

 

It would be great if we can get a functionality to check from the model as to which all New UX applications the Model is linked to. As if we are working on a MSP model, it gets really difficult to track as the model is linked to which all New UX Apps.

 

Thanks,

Shivankur 

1
1 votes

New · Last Updated

Comments

  • Hi,

     

    There is a way you can do this natively, using a few API calls. 

     

    Making a GET request to the following URL with your Anaplan Auth Token as the Authorization header will retrieve the list of models that the page is linked to.

     

    https://us1a.app.anaplan.com/a/springboard-definition-service/pagemodels/{page-id}

     

    Substitute {page-id} with the guid of the page of your app. You can find this ID by looking at the URL of your board/sheet (as below), or by making

    https://us1a.app.anaplan.com/a/apps/app/{app-id}/boards/{page-id}

    Or by making a GET request to the following URL (again with Authorization header). 

    https://us1a.app.anaplan.com/a/springboard-definition-service/apps/{app-id}

    Let me know if you need more assistance in setting this up. 

Get Started with Idea Exchange


See our Submission Guidelines and Idea Evaluation Criteria, then start posting your own ideas and showing support for others!