Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Help with REST conn and POST

Hi,

I need to post some IDs to an API and return some information.

I have been given


Request UR    'https://rf1-details.com/testsubmission/api.php'

Content-Type  "application/json"


WIthin the documenation I have been given this example :


{

     "PostParameters": {

           "UserAccessKey": "XXXXXXXXXXXXXXXXXXXX",

     },

     "QUERYLIST": {

           "ABCDEFG1": "",

           "ABCDEFG2": "",

           "ABCDEFG3": "",

           "ABCDEFG4": "",

           "ABCDEFG5": "",

           "ABCDEFG6": "",

           "ABCDEFG7": "",

           "ABCDEFG8": "",

           "ABCDEFG9": "",

           "ABCDEFG10": ""

     }

}


I'm unclear how to transfer this into the REST connection wizard.  Can anyone post a simple working example (View or Sense) or advise in anyway please?  Everything I have tried is throwing an error....     😞


Many many thanks,


Phil

0 Replies