Back to KustomerGet a Customer Event
Retrieves a single customer event using their unique IDs.
Any one of the following roles is required for this endpoint:
|Legacy Role|Equivalent Permission Set Role|
|-----|--------|
|org.user.event.read|org.permission.event.read|
Input
type: object
properties:
parameters:
type: object
properties:
customerId:
type: string
description: (Required) Unique ID of the customer.
id:
type: string
description: (Required) Unique ID of the event.
required:
- customerId
- id
title: Parameters
Output
type: object
properties:
data:
type: object
properties:
type:
type: string
id:
type: string
attributes:
type: object
properties:
name:
type: string
type:
type: string
publishedAt:
type: string
createdAt:
type: string
updatedAt:
type: string
modifiedAt:
type: string
changes:
type: object
properties:
attributes:
type: object
properties:
conversationCounts:
type: object
properties:
op:
type: string
before:
type: object
properties:
all:
type: string
snoozed:
type: string
open:
type: string
done:
type: string
after:
type: object
properties:
all:
type: string
snoozed:
type: string
open:
type: string
done:
type: string
progressiveStatus:
type: object
properties:
op:
type: string
before:
type: string
after:
type: string
rev:
type: object
properties:
op:
type: string
before:
type: string
after:
type: string
relationships:
type: string
location:
type: string
meta:
type: string
relationships:
type: object
properties:
org:
type: object
properties:
links:
type: object
properties:
self:
type: string
data:
type: object
properties:
type:
type: string
id:
type: string
createdBy:
type: string
modifiedBy:
type: string
customer:
type: object
properties:
links:
type: object
properties:
self:
type: string
data:
type: object
properties:
type:
type: string
id:
type: string
links:
type: object
properties:
self:
type: string