JobGroupValues
  • 22 Nov 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

JobGroupValues

  • Dark
    Light
  • PDF

Article summary

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:

NameTypeDescriptionNotes
idintegerThe ID of the JobMandatory


Response Fields:

NameTypeDescriptionNotes
job_idintegerThe ID of the Job
group1_shortstringThe short value of group 1
group2_shortstringThe short value of group 2
group3_shortstringThe short value of group 3
group4_shortstringThe short value of group 4
group5_shortstringThe 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>"
    }
]


Was this article helpful?

ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence