businessreports/categories
Get a list of all report categories. Such as: Jobs, Orders, Finance etc.
URL
(GET) /api/businessreports/categories
PARAMETERS
None.
RESULTS
The method returns a JSON object with the "id" and the "title" of each category:
CODE
[
{
"id": 1,
"title": "Financial"
},
{
"id": 2,
"title": "Management"
},
{
"id": 3,
"title": "Orders"
},
{
"id": 4,
"title": "Jobs"
},
{
"id": 7,
"title": "Quality"
},
{
"id": 10,
"title": "Custom"
},
{
"id": 11,
"title": "System"
},
{
"id": 12,
"title": "Translations"
}
]