Gets the event status list
GET /v1/eventstatus/list
Summary
Gets the event status list.
Details
Returns the supported event statuses.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
- array of
EventStatuskey(integer (int64), optional)eventStatusName(string, optional)description(string, optional)creationDate(string (date-time), optional)
Example
[
{
"key": 1,
"eventStatusName": "Example value",
"description": "Example description",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]