Skip to main content
Solved

Phases - consult cards by phase


allefy-costa
Forum|alt.badge.img
I'm learning graphQL and currently I need to query all the cards in a phase, however, I'm having great difficulty, can anyone instruct me with a query?

Best answer by Lais Laudari

@allefy-costa  By phase, it is not possible to filter with this query.
If you use the query like this below, you can bring up all the cards in all the phases, and filter manually from there:

query{
pipe (id: xxxxxxx)
{
phases {
id
name
cards
{
edges
{
node
{
id
title
}
}
}
}
}
}

View original
Did this topic help you find an answer to your question?

5 replies

marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • January 30, 2024

Lais Laudari

Hi @allefy-costa!

You will find many content about API here: https://community.pipefy.com/api-76

Let us know if you need help with anything else!😉


allefy-costa
Forum|alt.badge.img
  • Author
  • New Member
  • 1 reply
  • January 30, 2024

 

The links provided were of great help, however, I need a way to directly consult the "cards" that are within a specific "phase".


Leandro Almeida
Pipefy Staff
Forum|alt.badge.img+7

Hi @allefy-costa how are u? 

 

I'll leave you with the help link to our Pipe report:

https://help.pipefy.com/en/articles/625628-how-to-edit-pipe-reports 

With it you can filter all the cards in a phase, using the fields as specifications, to refine your search 

 

best regards


Lais Laudari

@allefy-costa  By phase, it is not possible to filter with this query.
If you use the query like this below, you can bring up all the cards in all the phases, and filter manually from there:

query{
pipe (id: xxxxxxx)
{
phases {
id
name
cards
{
edges
{
node
{
id
title
}
}
}
}
}
}


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings