Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateLocalAlias

Get Template Event Plugin Local State

Get local state of template event plugin for the specified template by its alias

GET
/preview/{name}/event-plugin/template/state/local/{alias}

Path Parameters

alias*string

Alias of template to get state of

name*string

Name of the generator directory

Response Body

application/json

application/json

curl -X GET "https://eventum.example.com/api/preview/string/event-plugin/template/state/local/string"
{}
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty