Skip to main content

Boa tarde, estou querendo buscar um card especifico pelo campo cpf do card mas sem sucesso até agora.

Requisição POST
url: https://api.pipefy.com/graphql

body:

{
"query": "query { allCards(pipeId: id_pipe, filter: {field: \"cpf_proponente\", operator: equal, value: \"cpf_da_busca\"}) { edges { node { id title createdAt fields { name value } } } } }"
}


erro retornado:

o
  {
    "data": {
      "allCards": null
    },
    "errors":
      {
        "message": "Algo deu errado",
        "locations":
          {
            "line": 1,
            "column": 9
          }
        ],
        "path":
          "allCards"
        ],
        "extensions": {
          "code": "INTERNAL_SERVER_ERROR",
          "correlation_id": "97241d9fbb55d0c0-CDG"
        }
      }
    ]
  }
]

 

Be the first to reply!

Reply