You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/backend-api/resources/commons/history/history_asset.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -82,10 +82,12 @@ Interval will be restricted by store period interval.
82
82
"emergency": false,
83
83
"employee_id": 4563
84
84
},
85
-
"asset": {
86
-
"id": 1683258,
87
-
"type": "employee"
88
-
}
85
+
"assets": [
86
+
{
87
+
"id": 1683258,
88
+
"type": "employee"
89
+
}
90
+
]
89
91
}],
90
92
"limit_exceeded": false,
91
93
"total": 150,
@@ -94,7 +96,7 @@ Interval will be restricted by store period interval.
94
96
}
95
97
```
96
98
97
-
*`list` - list of zero or more history_entry` objects which described in [Tracker history entry](./index.md#tracker-history-entry) with additional optional asset parameter.
99
+
*`list` - list of zero or more history_entry` objects which described in [Tracker history entry](./index.md#tracker-history-entry).
98
100
*`limit_exceeded` - boolean. `false` when listed all history entries satisfied with conditions and `true` otherwise.
99
101
*`total` - int. Amount of history entries satisfied with conditions.
100
102
*`total_unread` - int. Amount of unread history entries satisfied with conditions.
0 commit comments