businessreports/uilocales
Get a list of all report categories. Such as: Jobs, Orders, Finance etc.
URL
(GET) /api/businessreports/uilocales
PARAMETERS
None.
RESULTS
The method returns a JSON array with all the locales (property v) you can use for uilocale in method businessreports/reports/{id}/create
Example:
CODE
[
{
"v": "en",
"t": "English"
},
{
"v": "fr",
"t": "French"
}
...
]