• Resolved camillechardon

    (@camillechardon)


    Hi !<br><br>
    
    I would like to know if I can perform a request using a variable ID with JSon content importer or JCI Pro.<br>
    For exemple see this page : https://ac2h.ch/e-cy/statut-controle-periodique-recipient/, with json feed https://ac2h.ch/json.json<br><br>
    
    I would like to be able to add a variable in the url to fetch the serial number Info.Serial and display only the data associated with it, for example :<br><br>
    
    {    "Success": true,    "Info": {        "Serial": "BRXN-1356/3338190",        "NextCtrl": "2026-04-01",        "CtrlStatus": "OK"    },    "ECA": {        "TypeArt": "Bouteille SCI air comprimé 9L/300bar alu-liner avec vanne EFV",        "EndOfLife": "01/01/2027",        "EcaStatus": "AC",        "SDIS": {            "Code": "S-766",            "Desc": "Plaine de l'Orbe"        },        "Caserne": {            "Code": "766F1",            "Desc": "Orbe DPS"        }    }}, <br><br>
    
    https://ac2h.ch/e-cy/statut-controle-periodique-recipient/?id=BRXN-1356/3338190<br>
    => only this would be displayed<br>
    Info : BRXN-1356/3338190<br>
    Prochain contr?le : 2026-04-01<br><br>
    
    Type d'article : Bouteille SCI air comprimé 9L/300bar alu-liner avec vanne EFV<br>
    Statut : AC<br><br>
    
    
    Is it possible with JCI or JCI Pro ?<br>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fetch identifier from json feed and add parameter’ is closed to new replies.