Returns the list of forms present in the system
country_name required |
The country name for which to get the details (available in root method)
Example value:
rwanda
|
lang optional |
The language in which the data should be retrieved. Tha available languages are displayed in getCountryDetails method.If the system does not supprot the selected language, the data will be retireved in country primary language.
Example value:
fr
|
response here....
Returns the specific form details
country_name required |
The country name for which to get the details (available in root method)
Example value:
rwanda
|
form_id required |
The id of the form to be retrieved
Example value:
rwanda
|
lang optional |
The language in which the data should be retrieved. Tha available languages are displayed in getCountryDetails method.If the system does not supprot the selected language, the data will be retireved in country primary language.
Example value:
fr
|
response here....
Returns the detailed step in which the specific form is referenced
country_name required |
The country name for which to get the details (available in root method)
Example value:
rwanda
|
form_id required |
The id of the referenced form
Example value:
rwanda
|
step_id required |
The id of the step to be retrieved
Example value:
1
|
lang optional |
The language in which the data should be retrieved. Tha available languages are displayed in getCountryDetails method.If the system does not supprot the selected language, the data will be retireved in country primary language.
Example value:
fr
|
response here....