App Integration Guide (Developers)
pipes array within the JSON object, specify the traversal path as follows: data.organization.pipes.curl --location "https://api.pipefy.com/graphql" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer YOUR-BEARER-TOKEN" \
--data "{
\"query\": \"{ organization ( id:301286944 ) { pipes { id name } } }\"
}"
{
"data": {
"organization": {
"pipes": [
{
"id": "304115076",
"name": "[IT] Change Management"
},
{
"id": "304115078",
"name": "[IT] Problem Management"
},
{
"id": "304115079",
"name": "[IT] Incident Management"
},
{
"id": "304115085",
"name": "[IT] Requisition Management"
}
]
}
}
}
pipes array consists of objects containing "id" and "name" fields. These fields can be used to generate dropdown options. To transform this array of objects to dropdown fields, utilize the traversal path data.organization.pipes.