In the Management Console, the user can list out all the entities that needs attention by using the filters. I would also like to get all of those entities via the API.
I have found this endpoint:
/service/api/status/gsm/{keyCode}
With the field BasicInfo having the subfield of AttentionRequired: bool
This is great, but somehow the data from the API does not match the entities in the web console (Some missing, there’s some entities from the API not present in the web console, etc.)
Also I can’t get the entityId, and the marname, these fields are from when I inspected the network request from the web console, the data is in JSON form and it seems to be perfect for what we need.