Skip to content

Accounting Api Modified After parameter does not work #166

@Sayyiditow

Description

@Sayyiditow

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:

  1. Using the accounting api.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions