récupération des identifications de champs via l'API

  • Justforsmiles
    Demandé le 10 juin 2024 à 10:35

    Bonjour,

    nous avons besoin de récupérer les identifiants des champs de formulaire. Nous avons bien compris que ces identifiants ne peuvent pas être téléchargés (excel, csv, pdf, etc.).
    la question que nous nous posons maintenant: est-ce que nous avons la possibilité de récupérer ces identifiants de champs via l'API? si oui, quelles sont ces champs.
    notre attente: récupérer le contenu de tous les champs avec les métadonnées.

    j'illustre ma demande avec les copies d'écran ci-dessous.

    récupération des identifications de champs via lAPI Image 1 Screenshot 20

  • Justforsmiles
    Répondu le 10 juin 2024 à 10:46

    pouvez-vous m'indiquer dans quel plan l'API est disponible (j'ai le modèle argent (silver) actuellement)

  • Shane Jotform Support
    Répondu le 10 juin 2024 à 13:08

    Hi Jérôme,

    Unfortunately, our French Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in French, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, coming back to your question, yes, it is possible to get the properties of the fields in a form, including the Unique Names of the field. To do that, you just need to create a "GET" request on the following URL:

    "https://api.jotform.com/form/{formID}/questions?apiKey={apiKey}"

    See screenshot below for my result:

    récupération des identifications de champs via lAPI Image 1 Screenshot 30

    Unique name of the field when viewed from Form Builder:

    récupération des identifications de champs via lAPI Image 2 Screenshot 41You can try it for your self in this link. We also have a guide about How to Create Jotform API Keys that you can check out.

    Let us know if you have any other questions.