Eventum Logo

Eventum

PreviewNameEvent pluginStateGlobal

Get Event Plugin Global State

Get global state shared across all event plugins

GET
/preview/{name}/event-plugin/state/global

Path Parameters

name*Name

Name of the generator directory

Response Body

application/json

application/json

curl -X GET "https://loading/api/preview/string/event-plugin/state/global"
{}
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty