Get the list of countries documentgenerator.region.list

We are still updating this page

Some data may be missing here — we will complete it soon.

Scope: documentgenerator

Who can execute the method: any user

The method documentgenerator.region.list returns a list of regions, both default and custom.

No parameters.

Successful response

200 OK

"regions": {
        	"uk":{ // pre-installed region
        		"code": "uk",
        		"title": "United Kingdom",
        		"languageId": "en",
        	},
        	"1":{ // custom region
        		"id": "1",
        		"title": "Turkey asdf",
        		"languageId":" ",
        		"formatDate": "YYYY-MM-DD",
        		"formatDatetime": "YYYY-MM-DD HH:MI:SS",
        		"formatName": "#LAST_NAME# #NAME# #SECOND_NAME#",
        	}
        }