通知を確認済みにする
固定リンクがコピーされました
一意のIDとアプリケーションモジュールIDをリクエストのパラメーターとして受け取り、指定した通知を確認済みにし、確認済みとした通知の情報をレスポンスとして返す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>
|