Go to documentation repository
GET http://IP address:port/web2/secure/configuration?pageItems={pageItems}&page={page}&{objectClass}={objectClass}&{objectId}={objectId}
| Parameter | Required | Description |
|---|---|---|
| pageItems | No | Specifies the number of objects displayed on the page. The value must be greater than 0, by default page=1000. The page parameter only applies when the pageItems parameter is specified |
| page | No | Specifies the page number displayed as a result of the request. The value must be greater than 0, by default pageItems=1 |
| objectClass | No | Identifier of an object class. Example: GRELE, MACRO, CAM |
| objectId | No | Object class and object Id, separated by a colon. Examples: CAM:1, GRAY:5, PEOPLE_COUNTER:1 |
| Note | ||
|---|---|---|
| ||
If there are many objects in the system (>1000), you must use a page-by-page display. |
All objects are processed page by page until an empty array is received.
GET http://127.0.0.1:8085/web2/secure/configuration
The request returns the list of the following objects with states:
JSON:
| Expand | |||||
|---|---|---|---|---|---|
| |||||
|
XML:
| Expand | |||||
|---|---|---|---|---|---|
| |||||
|
...