API Methods
The API provides GET methods.
The following API endpoints/methods are available through the Safran Data Reporting API.
GET
The API provides the following GET methods:
- jobs
- Retrieves the Jobs defined for the Data Reporting Utility.
- jobdatasetvalues
- Retrieves the aggregated value result of a Data Reporting Utility Job.
- jobgroupvalues
- Retrieves the aggregated group result of a Data Reporting Utility Job. This is a simple result set of the calculcated values.
- jobperiodvalues
- Get the periods of the calculated aggregated values for the given JobID in pars.
- jobcombinedvalues
- Retrieves the aggregated group result of a Data Reporting Utility Job. This is a more enhanced result set of the calculated values.
- activities
- Gets a list of all activities.
- This call should be considered using parameters avoiding a large result set.
- Usually the Network Id will be the same as the Project Id
- Since the activity Id is not Unique with the table, this call may result in several activities being returned which have the same Id but belong to different projects.