JSON Endpoint Structure
Endpoint call response bodies are structured in the JavaScript Object Notation (JSON) format. JSON organizes information into nested, hierarchical key-value pairs that are easy to read and understand. Each key is a parameter, and the value is the value of the parameter.
The example below shows the response body for the GET/domain/{domainId}/deviceGroup (located in the Device Group element) endpoint on the Enterprise domain.
-
Inside the first set of brackets are parameters pertaining to the number and size of the domains in the network. For this example, the "total" parameter lists two device groups.
-
Each device group in the network is nested under the original set of brackets and enclosed in its own set of brackets. The cluster of domain parameters lists the domain ID as well as other relevant information for the device group.
-
You can copy the code to your clipboard or download as a .json file.
