Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

General request format:

GET http://IP-address:port/web2/secure/actions/

Request example:

GET http://127.0.0.1:8085/web2/secure/actions/

Response example:

<actions>
    <action>
        <description>Start recording for all cameras</description>
        <id>2</id>
    </action>
    <action>
        <description>Disarm all zones</description>
        <id>1</id>
    </action>
</actions>

Response parameters:

ParameterDescription
descriptionMacro name
idMacro ID
  • No labels