Skip to main content
StickyF.A.Q.

How to get pipe and cards attachments via API

  • October 27, 2023
  • 1 reply
  • 455 views
How to get pipe and cards attachments via API
Lais Laudari

You can download the attached files in a pipe!😃
 

To get the links to the card attachments from a pipe via API, these are the queries you will need:
 

◾Attachments to cards on the pipe

{
  cards(pipe_id:XXX){
    pageInfo{
      hasNextPage
      endCursor
    }
    edges{
      node{
        id
        title
        attachments{
          url
        }
      }
    }
  }
}

◾Card attachments

{
  card(id:XXXX) {
    attachments {
      createdAt
      path
      url
    }
  }
}

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

1 reply

marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • October 27, 2023

👏👏👍👍


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