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 2 Next »

General request format:

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

Example request:

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

Example response:

<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