Skip to main content

Get custom event by UUID

GET 

/api/v1/catalog/:tag/custom-events/:uuid

Get custom event by UUID

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

    uuid uuidrequired

Responses

Successfully retrieved custom event

Schema

    customData

    object

    Optional property to store additional data

    property name* object

    Optional property to store additional data

    description string

    Optional description of custom event

    timestamp date-timerequired

    Time when event occurred

    title stringrequired

    Name for custom event

    type stringrequired

    Type of custom event

    url string

    Optional URL associated with custom event

    uuid uuidrequired

    Automatically generated identifier

Loading...