RESTcalls to sprintr: ids of my projects and list of stories

0
I want request the sprintr-apis to: get a list of my apps; get a list of the stories of the current sprint   This because I hate waiting on calls to sprintr and am busy creating an alternative. See https://mydemoversion8-sandbox.mxapps.io/ → menuoption sprintrApis
asked
1 answers
1

The list of your apps can be retrieved via the deploy api, see https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api

The list of stories can be obtained via the stories api, see https://docs.mendix.com/apidocs-mxsdk/apidocs/stories-api

So I think you can already perform these actions.

answered