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