How: Add a REST API call which returns a list of all the connectorIds and the count of connectorstates
Why: Retrieve all the connectorstates with /api/v1.0.0/extensions/connectorstates can be quite overwhelming, and unneeded.
Example Result:
ConnectorId |
Count |
ConnectorId1 |
123 |
ConnectorId2 |
456 |
For Who: Every customer using connectorstates
Impact: Low
Additional context:
Handy including "INSE-I-415 ConnectorStates paging / maximum".
It would be useful to be added to the Remoting API too