Looking for something that's not here? Let us know: support@tiggzi.com
Documentation‎ > ‎Services‎ > ‎REST Service‎ > ‎

Auto Populating Response Parameters

A service may return a large number of parameters (nodes), for example, this is response structure when invoking http://search.twitter.com/search.json?q=html5:



Entering each value by hand could be a tedious process and error prone. To make this process simpler, Tiggr provides two ways to auto populate response parameters:
  1. Creating response parameters from running Test connection
  2. Creating response parameters by pasting sample response

Creating response parameters from running Test connection

  1. Open Request Parameters panel
  2. Click Test Connection
  3. Enter parameter value (if not set from default)
  4. Click Test
  5. Service output will be populated in Response window
  6. Click Populate Response Structure button
  7. Click Close
Response Parameters panel will open automatically with all the request parameters defined. 

Creating response parameters by pasting sample response

  1. Open Response Parameters panel
  2. Click on Populate from Sample Response button
  3. Paste sample service response
  4. Click Populate Response Parameters button
  5. Click Close
Response Parameters panel will show all the request parameters defined.