Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

functionalityrequest typepathquery parameters
list all existing measurement series (incl. event schema)GET/data/list

-

get measurements from specified measurement seriesGET/data/{index}
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element
  • groupBy: optional
  • grouping tags
  • function: optional
    aggregation function (e.g. mean)
  • timeInterval: optional
    time interval for aggregation (e.g. 1m), if specified: performing group by time

get specific page with predefined number of events per page of a specific measurement series


/data/{index}/paging
  • page:
    page number
  • itemsPerPage:
    data points per page

download events of a specific mesurement series from in desired format


/data/{index}/download
  • format: default "csv"
    download format (csv, json)
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element


/data/{index}/delete
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element


/clear
  • index: optional
    index of measurement series


/data/{index}/labeling
  • startDate:
    start date, if not specified: first element
  • endDate:
    end date, if not specified: last element
  • column:
    label column
  • label:
    class label


/edit
  • parameter_name = value


/files/list
  • type: optional
    file type (image, COCO)


/files
  • key

...