With the recent display of used notebook minutes within the applications Notebook listing, I searched for that info in the API, but couldn’t find it.
Should I be able to grab that piece of information for one application at the time with the API?
With the recent display of used notebook minutes within the applications Notebook listing, I searched for that info in the API, but couldn’t find it.
Should I be able to grab that piece of information for one application at the time with the API?
@Lars_Andersson yes, you can get this information per application from the API, but you must explicitly request it when fetching an application or a list of applications by including it in the “summaryInclude” parameter.
To retrieve notebook run info for a list of applications:
GET https://api.losant.space/applications?summaryInclude=notebookStats
To retrieve for a single application:
GET https://api.losant.space/applications/APP_ID_HERE?summaryInclude=notebookStats