List of stations with specific app assignment

Hi everyone,

I’m trying to find out if there’s a way to view a list of all stations where a specific app has been assigned.

We have over 200 stations, and I need to update the assigned app for some of them — but currently I don’t know which stations already have that app assigned. Manually opening each station one by one would be extremely time‑consuming.

Is there a built‑in way, report, or workaround that can help identify all stations linked to a particular app? Any guidance would be a huge help and a big time-saver.

Thanks in advance!

Hello Mayur, have you seen the Stations API? You could use a combination of the 2 endpoints below to achieve this:

Hi Kevin, thank you for responding. I am also looking to see when the interface was used last time or to detect inactive stations. Is there any api for this?

@kevin.kononenko you link is to post an app assignment.

this one is the get documentation:

/api/stations/v1/stations/{stationId}/app-assignments

However, I’m still missing this as a filter functionality on the stations page (and / or the app overview page)


Also:

  • This does not contain the App Name (another API needed)
  • This does not find matches if the folder is assigned (maybe possible with another API??)
  • This does not show Apps, that are assigned by Station Group (another API needed)

That means I can not find all Stations, that are technically able to run a given App!

Do you have any suggestions or prebuilt solutions to achieve this?