May 22 2019
1:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 22 2019
1:22 AM
Find org id by network number
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.
Labels:
- Labels:
-
Dashboard API
1 Accepted Solution
May 22 2019
1:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 22 2019
1:51 AM
HTTP REQUEST
GET /networks/[id]
That returns the organization id.
SAMPLE RESPONSE
Successful HTTP Status: 200 { "id":"N_1234", "organizationId":"1234", "type": "combined", "configTemplateId":"L_64682949123123123" "name":"My network", "timeZone": "US/Pacific", "tags": null
2 Replies 2
May 22 2019
1:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 22 2019
1:51 AM
HTTP REQUEST
GET /networks/[id]
That returns the organization id.
SAMPLE RESPONSE
Successful HTTP Status: 200 { "id":"N_1234", "organizationId":"1234", "type": "combined", "configTemplateId":"L_64682949123123123" "name":"My network", "timeZone": "US/Pacific", "tags": null
May 22 2019
3:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 22 2019
3:06 AM
Oh Sir, .. thank you - so easy.

Get notified when there are additional replies to this discussion.