HighBond API request

The HighBond API request commands send HTTP requests from an Analytics script to the HighBond API. Responses are returned in a *.json file.

You can use scripted HighBond API requests to build automated interactions between ACL scripts and Diligent One platform objects. The scripts can run in either Analytics or Robots.

For more information about the available HighBond API requests and endpoints, see the HighBond API Reference.

Note

The HighBond API request commands can only be used with the HighBond API. They do not work with any other API.

The commands are supported in ACL scripts only, with no equivalent in the Analytics user interface.

Command descriptions

Command Description

HB_API_DELETE

Sends a DELETE request to the HighBond API.

HB_API_GET

Sends a GET request to the HighBond API.

HB_API_PATCH

Sends a PATCH request to the HighBond API.

HB_API_POST

Sends a POST request to the HighBond API.

HB_API_PUT

Sends a PUT request to the HighBond API.