Event Types

Retrieve a list of event types

GETpeople/eventTypes

This method is useful for understanding what events have been tracked in People CRM. It returns a list of events ordered by the count of how many times it has been tracked. To see the list of events for an individual Person please see Retrieve a feed of events for a Person

Definition

GET https://api.gosquared.com/people/v1/eventTypes
Open Query Builder
Close

Authentication

Parameters * required

    Post Data * required

    Example Request

    require 'gosquared'
    
    gs = Gosquared::RubyLibrary.new('demo','GSN-106863-S')
    
    gs.people.eventTypes
    
    gs.people.fetch
    

    Live Responseundefined undefined

    Your API Key is not authorised for this endpoint