GET /API/v1/Notifications/GetList?filter={filter}&orderby={orderby}&top={top}
検索条件を指定して、条件に該当する通知を全て取得します。 ## 概要 検索条件を指定して、条件に該当する通知を全て取得します。 検索条件の指定方法については、[こちらを参照ください](https://docs.microsoft.com/ja-jp/graph/query-parameters#filter-parameter)。
Request Information
URI Parameters
UriModel of Notifications.GetList
Name | Description | Type | Additional information |
---|---|---|---|
filter | filter |
String |
Required |
orderby | orderby |
String |
Required |
top | top |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
notificationId | 未読通知ID |
String |
Required |
dealReportHistoryId | 取引・帳票履歴ID |
String |
Required |
parentDealReportHistoryId | 親の取引・帳票履歴ID |
String, Null |
None. |
operationType | 操作種別 |
String |
Required |
isRead | 未読状態 |
Boolean |
Required |
isChecked | 確認状態 |
Boolean |
Required |
sender |
Required |
||
dealInformation |
Required |
||
receivers | 取引参加組織 |
Collection, Null of receivers |
None. |
report |
Required |
||
task |
Object, Null |
None. |
|
message |
Object, Null |
None. |
|
createdAt | 記録日時 |
String |
Required Format : date-time |
partitionNo | パーティション番号 |
Integer |
Required |