Parameters:

apikey
(required)
Your API key
Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545

Sample Resource URL

http://www.baselineapi.com/api/RoleList?apikey=72Agh048-25FD-4A08-BghB-0FBA05346545


Sample Response

[
    {
        "ROLE_GROUP": "Accounting",
        "ROLE_GROUP_ID": 1,
        "ROLES": [
            {
                "Role": "Accountant",
                "Role_ID": 1
            },
            {
                "Role": "Accounting Clerk",
                "Role_ID": 2
            },
            {
                "Role": "Assistant Accountant",
                "Role_ID": 3
            },
            {
                "Role": "Assistant Production Accountant",
                "Role_ID": 4
            },
            {
                "Role": "Auditor",
                "Role_ID": 5
            },
            {
                "Role": "Finance Manager",
                "Role_ID": 6
            },
            {
                "Role": "Payroll Accountant",
                "Role_ID": 7
            },
            {
                "Role": "Post-Production Accountant",
                "Role_ID": 8
            },
            {
                "Role": "Production Accountant",
                "Role_ID": 10
            },
            {
                "Role": "Production Auditor",
                "Role_ID": 11
            },
            {
                "Role": "Production Insurance",
                "Role_ID": 12
            },
            {
                "Role": "Production Controller",
                "Role_ID": 13
            },
            {
                "Role": "Production Finance",
                "Role_ID": 14
            },
            {
                "Role": "Second Assistant Accountant",
                "Role_ID": 15
            }
        ]
    },
    ...
]