Last updated 2 days ago
function getProfileEvents(params): Promise< | { data: undefined; error: unknown; } | { data: GetProfileEventsResponse; error: undefined; } & object>
Defined in:
Get a listing of events for a profile
params
Omit<{ siteKey: string; slug: string; }, "siteKey"> & object
Omit
siteKey
string
slug
"siteKey"
object
Promise< | {data: undefined;error: unknown; } | {data: ;error: undefined; } & object>
Promise
data
undefined
error
unknown
GetProfileEventsResponse