We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c8ea0 commit 14cb011Copy full SHA for 14cb011
.changeset/curvy-chefs-sneeze.md
@@ -3,3 +3,12 @@
3
---
4
5
Make all listing API requests to return consistent `{ data: Resource[], totalCount: number }`.
6
+
7
+Support pagination request params `{ limit, offset }` to:
8
+- `sessions.getSessionList({ limit, offset })`
9
+- `clients.getClientList({ limit, offset })`
10
11
+Since the `users.getUserList()` does not return the `total_count` as a temporary solution that
12
+method will perform 2 BAPI requests:
13
+1. retrieve the data
14
+2. retrieve the total count (invokes `users.getCount()` internally)
0 commit comments