Skip to main content
Solved

ID of connected Cards

  • October 19, 2020
  • 1 reply
  • 153 views

Nigel O'connell
Pipefy Staff

Is there a way through reports or the API to retrieve the ID of the cards connected to a certain card?

 

Best answer by Marcos Carvalho

Hey Nigel, how are you?

 

Sure, you can query all the connected cards using parent_relations or child_relations like this:

 

{
  card(id: 1234567) {
    parent_relations {
      cards {
        id
        title
      }
    }
    child_relations {
      cards {
        id
        title
      }
    }
  }
}

 

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

Marcos Carvalho
Pipefy Staff
Forum|alt.badge.img+6

Hey Nigel, how are you?

 

Sure, you can query all the connected cards using parent_relations or child_relations like this:

 

{
  card(id: 1234567) {
    parent_relations {
      cards {
        id
        title
      }
    }
    child_relations {
      cards {
        id
        title
      }
    }
  }
}

 


Reply


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