GraphQL is not showing cdrs (scope is set to gql)

query{
  fetchAllCdrs (
    first : 4
    after : 1
    orderby : duration
    startDate: "2024-05-01"
    endDate: "2024-05-05"
  )
  {
    cdrs {
      id
        uniqueid
        calldate
        timestamp
        clid
        src
        dst
        dcontext
        channel
        dstchannel
        lastapp
        lastdata
        duration
        billsec
        disposition
        accountcode
        userfield
        did
        recordingfile
        cnum
        outbound_cnum
        outbound_cnam
        dst_cnam
        linkedid
        peeraccount
        sequence
        amaflags
    }
    totalCount
    status
    message
  }
}

in fact there is data in CDR

wrong selection

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.