JDBC Driver for Streak

Build 22.0.8462

Meetings

Retrieve mettings for a specific box.

Table Specific Information

Select

Streak allows only a small subset of columns to be used in the WHERE clause of a SELECT query. These columns can typically be used with only = comparision. The available column for Meetings is BoxKey. For example:

SELECT * FROM Meetings WHERE BoxKey='agxzfm1haWxmb29nYWVyLAsSDE9yZ2FuaXabdGlvbiIJY2RhdGEuY29tDAsSBENhc2UYgICsv6fs-ggM'

Columns

Name Type References Description
MeetingKey [KEY] String Key of the meeting.
MeetingType String The type of meeting. This is either CALL_LOG or MEETING_NOTES.
BoxKey String

Boxes.BoxKey

Key of the box.
PipelineKey String

Pipelines.PipelineKey

Key of the pipeline.
OrgKey String It is a unique encrypted code that identifies the team that you are on.
CreatorKey String

Users.UserKey

The key of the user who created the meeting. When creating from the API, this will be the userkey of the user whose API key is being used.
CreationDate Timestamp When the meeting was created.
StartTimestamp Timestamp When the meeting starts.
Duration Integer The duration of the meeting in milliseconds.
Notes String The unicode content of the meeting note or call log.
LastSavedTimestamp Timestamp When the meeting was last updated.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462