getContactList

Returns the list of institutions present in the system

Resource URL

http://api.eregulations.org/:country_name/contacts?lang=:lang

Parameters

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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts?lang=
                                    
response here....

getContact

Returns the specific institution details

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the institution 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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ ?lang=
                                    
response here....

getContactStep

Returns the detailed step in which the specific form is referenced

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id/steps/:step_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the referenced institution
Example value: 1
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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ /steps/ ?lang=
                                    
response here....

getContactUnit

Returns the specific unit in charge details (schedule, the list of subordinated persons, steps in which it is referenced)

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id/units/:unit_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the parent institution
Example value: 1
unit_id required The id of the unit in charge 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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ /units/ ?lang=
                                    
response here....

getContactUnitStep

Returns the detailed step in which the specific unit in charge is referenced

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id/units/:unit_id/steps/:step_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the parent institution
Example value: 1
unit_id required The id of the referenced unit in charge
Example value: 1
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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ /units/ /steps/ ?lang=
                                    
response here....

getContactPerson

Returns the specific person in charge details (name, contact, profession, steps in which it is referenced)

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id/units/:unit_id/persons/:person_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the parent institution
Example value: 1
unit_id required The id of the parent unit in charge
Example value: 1
person_id required The id of the person in charge 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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ /units/ /persons/ ?lang=
                                    
response here....

getContactPersonStep

Returns the detailed step in which the specific person in charge is referenced

Resource URL

http://api.eregulations.org/:country_name/contacts/:contact_id/units/:unit_id/persons/:person_id/steps/:step_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
contact_id required The id of the parent institution
Example value: 1
unit_id required The id of the referenced unit in charge
Example value: 1
person_id required The id of the referenced person in charge
Example value: 1
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

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /contacts/ /units/ /persons/ /steps/ ?lang=
                                    
response here....