The Action object is a container for the parameters for executing an action of a resource or service. The following table describes the schema of the Action object.
Variable name |
Type |
Description |
---|---|---|
name |
string |
The action name |
url |
string |
The URI of the action to be executed |
method |
string |
The HTTP method used to execute the action |
type |
string |
The media type specified in the Content-Type header of the request to execute the action |
parameters |
PrimitiveValue object array |
The parameters needed for executing the action. The number of elements and the meaning of each element are defined for each action (API). |