通知を確認済みにする
一意の ID とアプリケーションモジュール ID をリクエストのパラメーターとして受け取り、指定した通知を確認済みにし、確認済みとした通知の情報をレスポンスとして返す API です。 指定した通知が未確認でない場合、API は空の情報が返ります。
API名
NotificationConfirmNotification
使用可能なGaroonのバージョン
- クラウド版 Garoon
- パッケージ版 Garoon 3.0 以降
リクエスト ß
例
1
2
3
|
<parameters>
<notification_id module_id="grn.message" item="1" />
</parameters>
|
レスポンス
例
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>
|