For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dataseries

request resource to our datamarts

post
Path parameters
idstringRequired
Body
stepstring · enumOptional

defines the time-grouping for a query result

Possible values:
fillEmptyGroupsbooleanOptional

sollen Zeiteinheiten ohne Datenwerte mit zurückgeliefert werden?

Default: false
slicestring · enumOptional

defines the time-slice for a query

Possible values:
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?