DetailedTrackingEvent

Detailed single event record.

  • eventGroup
    Type: object · EventGroup
    required

    The grouping category for the event type.

    • id
      Type: integer
      required

      ID of the event group.

    • name
      Type: string
      required

      Name/key of the event group.

  • eventTime
    Type: string
    required

    Local time the event occurred (YYYY-MM-DD HH:MM:SS).

  • eventType
    Type: object · EventType
    required

    Details about the specific type of event.

    • apiKey
      Type: string
      required

      The internal API key for the event type.

    • description
      Type: string
      required

      Human-readable description of the event type.

    • i18nKey
      Type: string
      required

      Internationalization key for the event type description.

  • additionalInfo
    Type: string nullable

    Any additional text information related to the event.

  • changeUserId
    Type: integer nullable

    ID of the user who registered the change.

  • changeUsername
    Type: string nullable

    Username who registered the change.

  • comChannelType
    Type: string nullable

    Communication channel type (if applicable).

  • eventData
    Type: object nullable

    Extra data payload for the event.

  • eventTimeUtc
    Type: stringFormat: date-time

    UTC time the event occurred (ISO 8601 format).

  • lat
    Type: numberFormat: double nullable

    Latitude of the event location.

  • locationContext
    Type: string nullable

    Contextual name of the location (e.g., shop name).

  • locationContextId
    Type: integer nullable

    ID of the location context.

  • lon
    Type: numberFormat: double nullable

    Longitude of the event location.

  • message
    Type: string nullable

    Specific message text associated with the event.

  • regSystem
    Type: object · RegistrationSystem nullable

    The system used to register the event.

    • id
      Type: integer
      required

      ID of the registration system.

    • name
      Type: string
      required

      Name of the registration system.