getObjective

Returns the details of specific objective (subobjectives, procedures).

Resource URL

http://api.eregulations.org/:country_name/objectives/:objective_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
objective_id required The id of the objective to display
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/ /objectives/ ?lang=
                                    
response here....