Notifications : /API/v1/Notifications

Venndor name

システム管理ベンダー

System name

システム管理システム

未読通知

Infomation
Category
Field
Governments
Data / Business logic
Paid / Free Free
Fees
Created by
Maintainer
Date created
Last updated
Update frequency
Necessity of contract Unnecessary
About contract
Version
Terms and Conditions

API List

APIDescription
GET /API/v1/Notifications/GetByDealReportHistoryId/{dealReportHistoryId}

取引・帳票履歴IDを指定して、通知を取得します。

GET /API/v1/Notifications/GetCount?filter={filter}

検索条件を指定して、条件に該当する未読通知の件数を取得します。 ## 概要 ユーザが宛先の未読通知について、検索条件を指定して、条件に該当する未読通知の件数を取得します。 検索条件の指定方法については、[こちらを参照ください](https://docs.microsoft.com/ja-jp/graph/query-parameters#filter-parameter)。

GET /API/v1/Notifications/GetList?filter={filter}&orderby={orderby}&top={top}

検索条件を指定して、条件に該当する通知を全て取得します。 ## 概要 検索条件を指定して、条件に該当する通知を全て取得します。 検索条件の指定方法については、[こちらを参照ください](https://docs.microsoft.com/ja-jp/graph/query-parameters#filter-parameter)。

POST /API/v1/Notifications/SetStatus

指定された未読通知のステータスを変更します。 ## 概要 ユーザが受け取っている通知の中から、未読通知ID(***notificationId***)に該当する通知のステータスを変更します。 ## 指定するパラメタについて ### 未読通知ID 未読通知ID(***notificationId***)を指定します。 ### 既読状態 既読にする場合は、trueを指定します。 ### 確認状態 確認済みにする場合は、trueを指定します。