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 |
---|---|
Sends a DELETE request to the HighBond API. |
|
Sends a GET request to the HighBond API. |
|
Sends a PATCH request to the HighBond API. |
|
Sends a POST request to the HighBond API. |
|
Sends a PUT request to the HighBond API. |