Skip to main content
Question

How can I get the quantity of cards created in 2024 year via Pipefy API?

  • December 21, 2024
  • 0 replies
  • 75 views

Recently I had using this query but I'm not being successful

query { pipe(id: YOUR_PIPE_ID) { cards(filters: { created_at: { from: "2024-01-01T00:00:00Z", to: "2024-12-31T23:59:59Z" } }) { edges { node { id } } } } }