ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED

Parâmetro de filtro não é acatado

Bom dia, Estou usando o EndPoint aplications e passando o parâmetro de data no intervalo de 20 minutos, porém está retornando registro além do parâmetro setado : <https://api.gupy.io/api/v2/applications?updatedAfter=2023-12-15T00:00:00.000Z&updatedBefore=2023-12-15T00:20:00.000Z> ``` "status": "inProgress", "createdAt": "2023-12-14T18:26:35.938Z", "updatedAt": "2023-12-15T00:31:57.544Z", ```
ANSWERED

Consultas as API com condicional data

Bom dia, tudo bem? Teria com eu fazer uma requisição a API: Jobs -> Listing Jobs, passando como parâmetro as vagas fechadas (status=closed) em determinada data? Por exemplo, passaria como parâmetro a data de ontem (26/11/2023)
ANSWERED
ANSWERED
ANSWERED
ANSWERED

Erro 500 na API de Application

Quando faço essa requisição pela doc de vocês ela dá certo, porém quando envio essa mesma requisição pela aplicação recebo os erros abaixo: curl --request POST --url <https://api.gupy.io/api/v1/jobs/5901921/applications> --header 'accept: application/json' --header 'authorization: Bearer XXXXXXX' --header 'content-type: application/json' --data ' { "manualCandidate": { "insertionSource": "market_referral_consulting", "name": "teste", "lastName": "teste", "email": "[[email protected]](mailto:[email protected])" } } ' Seguem o payload que tenho recebido de volta: {"title":"Internal Server Error","status":500} E depois de algumas tentativas recebo esse retorno: <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>504 ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\nCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.\nWe can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.\n<BR clear=\"all\">\nIf you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront)\nRequest ID: ZUi_SW60ZX-ebiI38BJpwVEb6pZP99BrlDF56t--cb0dhnfFxt2UeA==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>