EU Open Data Portal Actions API
The action API utilizes the [JSON-RPC 2.0](https://www.jsonrpc.org/specification) specification with the following constraints: * `id` reference needs to be a string * `params` are passed as object map, not as array list * `data` of an error is an object * Batch processing of actions is not yet supported Although a correlation identifier (`id`) is not necessary on top of HTTP, you should always include it to allow the server to distinguish between sync calls and notifications. Omit the `id` only in case of a notification. For notifications, the server will immediately respond with a `202 Accepted` without a body.