Retrieve an event type
Retrieves the details of an existing event type, including its code_name, properties schema, and timestamps. Use the fields parameter to restrict the returned attributes.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Path Parameters
ID of the event to retrieve
Query Parameters
Fields to include in the response (e.g. fields[0]=events)
Responses
Client error - Invalid request or authentication issues
Retrieve an event type Retrieves the details of an existing event type, including its code_name, properties schema, and timestamps. Use the fields parameter to restrict the returned attributes. GET /v1/events/{id_event} getEvent Events spm-api-key [Authentication] Required API key. fields Fields to include in the response (e.g. fields[0]=events) id_event ID of the event to retrieve Client error - Invalid request or authentication issues Server error - Internal processing failure