通知を確認済みにする

目次

通知を確認済みにする

一意の ID とアプリケーションモジュール ID をリクエストのパラメーターとして受け取り、指定した通知を確認済みにし、確認済みとした通知の情報をレスポンスとして返す API です。 指定した通知が未確認でない場合、API は空の情報が返ります。

API名

NotificationConfirmNotification

使用可能なGaroonのバージョン

  • クラウド版 Garoon
  • パッケージ版 Garoon 3.0 以降

リクエスト ß

パラメーター名 パラメーター数 説明
notification_id notification:NotificationIdType 1 ~ 無制限 確認済みにする通知のアプリケーションIDと一意のID
1
2
3
<parameters>
  <notification_id module_id="grn.message" item="1" />
</parameters>

レスポンス

パラメーター名 パラメーター数 説明
notification notification:NotificationType 0 ~ 無制限 確認済みにした通知情報
1
2
3
4
5
6
<returns>
  <notification module_id="grn.message" item="1" status="create" is_history="true"
    version="1276036644" read_datetime="2010-10-12T04:37:08Z"
    receive_datetime="2010-01-01T00:00:00Z" subject="subject"
    sender_name="Administrator" sender_id="1" attached="false" />
</returns>