ListEventTypes
curl -X POST "https://loading/events/types/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"eventTypes": [
{
"type": "string",
"localized": {
"key": "string",
"localizedMessage": "string"
}
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?