Giter Site home page Giter Site logo

Comments (3)

hasansoydabas avatar hasansoydabas commented on June 25, 2024

@selengenc Could you please check this with plain cURL and jotform-api-nodejs just to be sure that isn't related with the library?

from jotform-api-nodejs.

selengenc avatar selengenc commented on June 25, 2024

Hi,
We checked this request with your form ids. And, we increased size of character the filter parameter. You can make a request with more than 100 form ids.

You could request this url;

  • Get submission with this FormIDs (FormID1, FormID2,....)
    http://api.jotform.com/user/submissions?
    apiKey={apiKey}
    &filter={"created_at:gt":"2013-01-01 00:00:00",
    "formIDs":["FormID1","FormID2","FormID3"]}
    &limit=1000
    &orderby=created_at
  • Get submission with not this FormIDs (FormID1, FormID2,....)
    http://api.jotform.com/user/submissions?
    apiKey={apiKey}
    &filter={"created_at:gt":"2013-01-01 00:00:00",
    "form_id:ne":["FormID1","FormID2","FormID3"]}
    &limit=1000
    &orderby=created_at

from jotform-api-nodejs.

wzup avatar wzup commented on June 25, 2024

Very nice.
When we found other approach how to overcome Jotform faults on our side you finally deliver a solution. Thank you though.

@selengenc @hasansoydabas
Now could you please be so kind and add a formId filter for GET /user/forms endpoint?
I have created a separate issue for it #12

from jotform-api-nodejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.