GET data
Get data from Quinyx
To be able to retrieve data from Quinyx to be used in other BI systems or similar there are available API´s for this
Api-docs for rc : https://api-rc.quinyx.com/v2/docs
Api-docs : https://api.quinyx.com/v2/docs
GET /actual-data
Getting the actual data previously uploaded for the given forecast variable
- externalForecastVariableId - ID for a variable as set up for units in Account settings→Forecast→Variables→External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys (optional)
- startTime - Start of the period you want to GET data for
- endTime - End time of the period you want to GET data for
GET /aggregated-data
Getting the aggregated data that has previously been uploaded for the given forecast variable with /raw-data
- externalForecastVariableId - ID for a variable as set up for units in Account settings→Forecast→Variables→External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys (optional)
- startTime - Start of the period you want to GET data for
- endTime - End time of the period you want to GET data for
GET /calculated-forecast
Getting the calculated forecast data and the possibly edited data for the same configuration
- externalForecastVariableId - ID for a variable as set up for units in Account settings→Forecast→Variables→External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys (optional)
- startTime - Start of the period you want to GET data for
- endTime - End time of the period you want to GET data for
GET /forecast-data
Getting the uploaded forecast data for the given forecast variable
- externalForecastVariableId - ID for a variable as set up for units in Account settings→Forecast→Variables→External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys
- startTime - Start of the period you want to GET data for
- endTime - End time of the period you want to GET data for
GET /actual-data-stream
Stream the actual data previously uploaded for the given forecast variable
- externalForecastVariableId - ID for a variable as set up for units in Account settings→Forecast→Variables→External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys
- startTime - Start of the period you want to GET data for
- endTime - End time of the period you want to GET data for