ODBC Driver for Garoon

Build 26.0.9655

MessageAttachments

Query information regarding message attachments.

Select

本製品 は Garoon API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。

  • MessageId は'=' 演算子をサポートします。

例えば、次のクエリはサーバーサイドで処理されます。

SELECT * FROM MessageAttachments WHERE MessageId = 3

Columns

Name Type Description
MessageId [KEY] String Message ID to retrieve attachments for.
Id [KEY] String ID of the file.
Name String Name of the file.
Size String Size of the file.
CreatorId String Creator's Garoon user ID.
CreatorName String Creator's display name.
CreatorCode String Creator's login name.
UpdaterId String Updater's Garoon user ID.
UpdaterName String Updater's display name.
UpdaterCode String Updater's login name.
CreatedAt Datetime Creation date and time.
UpdatedAt Datetime Update date and time.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655