Thanks Everyone for helping and attempting to resolve this. None of the suggestions didn't allow me to get a proper network id. @John_on_API get organization devices still gives L_... network for each device, regardless of any filtering by type, serial or other. Get Network devices (/networks/:networkId/devices) gives network Id that I sent... If I call it with L_... I get L_..., if I call with N_... I get N_... We didn't resolve the issue, and decided to go a different route. We'll instruct clients to change the MQTT topic in the configuration to a fixed generated uuid from our side, so that we can map network responses like that. Not the best solution, as it only allows for one network, but good enough for first version.
... View more