05-22-2019 01:22 AM
Dear Community,
does anyone know a quick way to derive a org id by a given network_id..? do I have to traverse the whole org to find the network?
Thx in advance,
Matthias
Solved! Go to Solution.
05-22-2019 01:51 AM
HTTP REQUEST
GET /networks/[id]
That returns the organization id.
Successful HTTP Status: 200
{
"id":"N_1234",
"organizationId":"1234",
"type": "combined",
"configTemplateId":"L_64682949123123123"
"name":"My network",
"timeZone": "US/Pacific",
"tags": null
05-22-2019 01:51 AM
HTTP REQUEST
GET /networks/[id]
That returns the organization id.
Successful HTTP Status: 200
{
"id":"N_1234",
"organizationId":"1234",
"type": "combined",
"configTemplateId":"L_64682949123123123"
"name":"My network",
"timeZone": "US/Pacific",
"tags": null
05-22-2019 03:06 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide