JobGroupValues

Prev Next

Job Group Values

/v1/dru/jobgroupvalues/

The Data Reporting Utility enables users to define aggregation jobs and generate aggregated results. The job definitions and results are stored in your database and can be accessed through this API

List Of Groups of the aggregated values from a Data Reporting Utility Job.

Example for calling:

http://server/v1/dru/jobgroupvalues?id=2 – retrieves values from the job with id 2


Allowed Methods:

[GET]

API Controller: dru_jobresult

Description:

  1. Retrieves groups of the aggregated results of a Job.

Parameters:

Name Type Description Notes
id integer The ID of the Job Mandatory


Response Fields:

Name Type Description Notes
job_id integer The ID of the Job
group1_short string The short value of group 1
group2_short string The short value of group 2
group3_short string The short value of group 3
group4_short string The short value of group 4
group5_short string The short value of group 5


Show JSON Response

json result

[
    {
        "job_id": 1,
        "group1_short": "00010",
        "group2_short": "0",
        "group3_short": "No",
        "group4_short": "0",
        "group5_short": "<Total>"
    }
]