Skip to main content
Solved

How can I get Assignee ID from a card using pipefy API?

  • June 15, 2022
  • 1 reply
  • 383 views

ViniciusSantosFocus

I would like to know how can I get Assignee ID from a card using pipefy API?

Best answer by alicereis

Hi, @ViniciusSantosFocus!

 

Execute this query:

 

{
card (id: 12345678) {
assignees {
id
name
}

}

}

 

1 reply

alicereis
Forum|alt.badge.img+5
  • Inspiring
  • 59 replies
  • Answer
  • June 16, 2022

Hi, @ViniciusSantosFocus!

 

Execute this query:

 

{
card (id: 12345678) {
assignees {
id
name
}

}

}