/
businessreports/categories

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:

[
    {
        "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"
    }
]







Related content

businessreports/list
businessreports/list
More like this
companies/list
companies/list
Read with this
businessreports/uilocales
businessreports/uilocales
More like this
./list/fields
./list/fields
Read with this
./list/items/{id}
./list/items/{id}
More like this
./list
./list
Read with this

Copyright Wordbee - Buzzin' Outside the Box since 2008