-
Notifications
You must be signed in to change notification settings - Fork 94
Accounting Api Modified After parameter does not work #166
Copy link
Copy link
Closed
Labels
version 3.xOAuth 2.0 supportOAuth 2.0 support
Description
SDK you're using (please complete the following information):
- Version 3.1.3
Describe the bug
Fetching records with "if-modified-since" tag using the OffsetDateTime does not return the intended results. It still returns all records.
To Reproduce
Steps to reproduce the behavior:
- Using the accounting api.
- Run accountingApi.getContacts(token.getAccessToken(), tenantId,
"OffsetDateTime", null, null, null, null, null);
Expected behavior
The records returned should be only those modified since the given "OffsetDateTime". I have tried out multiple different OffsetDateTimes but all return same results - all records.
@SidneyAllen any update will be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
version 3.xOAuth 2.0 supportOAuth 2.0 support