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....