View source: R/ManagementAPI.R
Return a list of InternalNetworks
1 2 3 4 5 6 | listInternalnetworks(
limit = 100,
page = 1,
name = NULL,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
limit |
Number of results to return for the given page number. |
page |
Page number of results. |
name |
|
organizationId |
The organizationID related to this InternalNetwork |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.