Skip to content

Combine Date Filters #3

Description

@lepatrick

Hi @luxzg,

thanks for your great work, which is normally the job of 3CX... I try to simplify your scripts to a simple bash script with curl. But I am unable to combine date filters, e.g. year AND month.

$filter=year(SegmentStartTime) eq 2025 --> is working
$filter=year(SegmentStartTime) eq 2025 and month(SegmentStartTime) eq 7 --> not working

For a survey script I need all calls since last run of the script to specific Queue and answered by an agent.

For me it's not possible to get only the newest, I always get the oldest and sorting filters will be ignored. Because very long call history it's no option to always load all logs and filter locally.

Thanks for your help and ideas.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions