Actions¶
The actions in the metadata of a resource schema provide HTTP method calls to a resource for a number of purposes. The available actions in the schema depend on whether the call request is:
- to a specific resource, i.e. pkid is specified in the call, or
- to the resource in general, i.e. no pkid in the call
- the actions contain a schema property to indicate which requests will support asynchronous transaction handling. This behavior is controlled by the
nowait
parameter in the URL.