Dataseries
post
Path parameters
idstringRequired
Body
stepstring · enumOptionalPossible values:
defines the time-grouping for a query result
fillEmptyGroupsbooleanOptionalDefault:
sollen Zeiteinheiten ohne Datenwerte mit zurückgeliefert werden?
falseslicestring · enumOptionalPossible values:
defines the time-slice for a query
Responses
200
OK
application/json
seriesLabelstringOptional
Label of the data series
seriesTypestringOptional
Type of the data series
seriesEntryTypestringOptional
Type of data series value
seriesGroupHeaderstring[]Optional
the Header for grouping operation (normally the year)
post/erp/statistics/time-series/{id}
POST /api/erp/statistics/time-series/{id} HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"additionalPredicate": {
"type": "JUNCTION",
"operator": "AND",
"children": [],
"property": "text",
"values": [
"text"
],
"visible": true,
"functions": [
"text"
]
},
"step": "YEAR",
"fillEmptyGroups": false,
"slice": "CURRENT_YEAR"
}200
OK
[]get
Responses
200
OK
application/json
idstringOptional
id for the query
descriptionstringOptional
description of this query
get/erp/statistics/time-series
GET /api/erp/statistics/time-series HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
200
OK
[]Last updated
Was this helpful?