Meeting
Meetings represent synced or manually created interactions in Lightfield. Read responses are privacy-aware and may be redacted based on the caller. For transcript uploads and attachment flows, see Uploading meeting transcripts.
Create a meeting
Update a meeting
Retrieve a meeting
List meetings
ModelsExpand Collapse
MeetingCreateResponse = object { id, accessLevel, createdAt, 6 more }
Unique identifier for the entity.
accessLevel: "FULL" or "METADATA"The caller's resolved access level for this meeting.
The caller's resolved access level for this meeting.
ISO 8601 timestamp of when the entity was created.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string or number or boolean or 3 moreThe field value, or null if unset.
The field value, or null if unset.
Address = object { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName = object { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
Always meeting.
relationships: map[object { cardinality, objectType, values } ]Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
MeetingListResponse = object { data, object, totalCount }
data: array of object { id, accessLevel, createdAt, 6 more } Array of meeting objects for the current page.
Array of meeting objects for the current page.
Unique identifier for the entity.
accessLevel: "FULL" or "METADATA"The caller's resolved access level for this meeting.
The caller's resolved access level for this meeting.
ISO 8601 timestamp of when the entity was created.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string or number or boolean or 3 moreThe field value, or null if unset.
The field value, or null if unset.
Address = object { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName = object { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
Always meeting.
relationships: map[object { cardinality, objectType, values } ]Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
The object type, always "list".
Total number of entities matching the query.
MeetingRetrieveResponse = object { id, accessLevel, createdAt, 6 more }
Unique identifier for the entity.
accessLevel: "FULL" or "METADATA"The caller's resolved access level for this meeting.
The caller's resolved access level for this meeting.
ISO 8601 timestamp of when the entity was created.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string or number or boolean or 3 moreThe field value, or null if unset.
The field value, or null if unset.
Address = object { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName = object { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
Always meeting.
relationships: map[object { cardinality, objectType, values } ]Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
MeetingUpdateResponse = object { id, accessLevel, createdAt, 6 more }
Unique identifier for the entity.
accessLevel: "FULL" or "METADATA"The caller's resolved access level for this meeting.
The caller's resolved access level for this meeting.
ISO 8601 timestamp of when the entity was created.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string or number or boolean or 3 moreThe field value, or null if unset.
The field value, or null if unset.
Address = object { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName = object { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
Always meeting.
relationships: map[object { cardinality, objectType, values } ]Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.