Skip to main content
Solved

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

  • June 15, 2022
  • 1 reply
  • 310 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
    }

  }

}

 

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

1 reply

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

Hi, @ViniciusSantosFocus!

 

Execute this query:

 

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

  }

}

 


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