Skip to main content

Get event

GET 

/api/v2/Events/:key

Get event

Request

Path Parameters

    key stringrequired

    Guid or ExternalKey

Responses

Success

Schema
    Guid guid
    Revision int64
    PersonCreated guidnullable
    PersonChanged guidnullable
    TimestampCreated date-timenullable
    TimestampChanged date-timenullable
    Name stringnullablerequired
    Code stringnullable
    Type object
    oneOf

    string

    Possible values: [End, Location, ActivityStart, Presence]

    ExternalKey stringnullable
Loading...