API Object
The API object holds information such as name of API, return value and various parameters associated with the API.
| Name | Attribute | Requirement | Type | Description |
|---|---|---|---|---|
| Name | name | Required | String | The name of the API that is associated with the event or object. |
| Parameters | parameters | Recommended | JSON | An unordered collection of name/value pairs where each pair represents parameters associated with the API. |
| Return Value | retval | Recommended | String | The return value of the API that is associated with the event or object. |