Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

ContactApi.listsContactsByListIdGet() 'updated_after' Query Parameter Support #4

Description

@NiX0n

Per the documentation found here https://developers.clicksend.com/docs/rest/v3/#view-list-contacts

The endpoint https://rest.clicksend.com/v3/lists/{list_id}/contacts supports a query string parameter 'updated_after'.

ContactApi.listsContactsByListIdGet() should support this parameter. Perhaps as something passed in the existing 'options' argument to that method--to maintain backward compatibility.

My use case involves regularly pulling the contents of the Unsubscribe/"Opt-Out List". I really only care about recent additions. As it stands the current method doesn't provide any way to inject arbitrary query string data. So, there's no easy way to implement a workaround in the interim. So, over long enough time periods, this process will get needlessly expensive.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions