ui/apidoc.html [489:545]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
quick: (boolean) Turns on quick data for some endpoints, returning only sparse data (thus less traffic)
to: (integer) If specified, only compile data up until here
view: (string) ID Of optional view to use
sources: (boolean) for some widget, this fetches all sources
author: (boolean) Turns on author view for code results, as opposed to the default committer view
interval: (string) If fetching histograms, this specifies the interval to pack figures into. Can be day, week, month, quarter or year
subfilter: (string) Quickly defined view by sub-filtering the existing view and matching on sourceURLs
email: (string) filter sources based on an email (a person)
links: (integer) for relationship maps, this denotes the minimum link strength (no. of connections) that makes up a link.
search: (string) for some widgets, this enables sub-filtering based on searches
types: (array) If set, only return data from sources matching these types
span: (integer) For factor charts, denotes the number of months to base factors on from
distinguish: (boolean) Enables distinguishing different types of data objects, subject to the individual API endpoint
from: (integer) If specified, compile data from this timestamp onwards
collapse: (string) for some widgets, this collapses sources based on a regex
source: (string) If specified, only compile data on this specific sourceID
unique: (boolean) Only compile data from unique commits, ignore duplicates
application/json: { "interval": "month", "quick": false, "to": 1503483273, "span": 2, "types": [ "jira", "bugzilla" ], "view": "abcdef12345678", "distinguish": false, "from": 1400000000, "source": "abcdef12345678" }
200: { "timeseries": [ { "date": 1508273, "$item": 50, "$otheritem": 26 } ] }default: { "code": 403, "reason": "You need to be logged in to view this endpoint!" }- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ui/apidoc.html [1789:1845]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -JSON parameters:
quick: (boolean) Turns on quick data for some endpoints, returning only sparse data (thus less traffic)
to: (integer) If specified, only compile data up until here
view: (string) ID Of optional view to use
sources: (boolean) for some widget, this fetches all sources
author: (boolean) Turns on author view for code results, as opposed to the default committer view
interval: (string) If fetching histograms, this specifies the interval to pack figures into. Can be day, week, month, quarter or year
subfilter: (string) Quickly defined view by sub-filtering the existing view and matching on sourceURLs
email: (string) filter sources based on an email (a person)
links: (integer) for relationship maps, this denotes the minimum link strength (no. of connections) that makes up a link.
search: (string) for some widgets, this enables sub-filtering based on searches
types: (array) If set, only return data from sources matching these types
span: (integer) For factor charts, denotes the number of months to base factors on from
distinguish: (boolean) Enables distinguishing different types of data objects, subject to the individual API endpoint
from: (integer) If specified, compile data from this timestamp onwards
collapse: (string) for some widgets, this collapses sources based on a regex
source: (string) If specified, only compile data on this specific sourceID
unique: (boolean) Only compile data from unique commits, ignore duplicates
Input examples:
application/json: { "interval": "month", "quick": false, "to": 1503483273, "span": 2, "types": [ "jira", "bugzilla" ], "view": "abcdef12345678", "distinguish": false, "from": 1400000000, "source": "abcdef12345678" }Response examples:
200: { "timeseries": [ { "date": 1508273, "$item": 50, "$otheritem": 26 } ] }default: { "code": 403, "reason": "You need to be logged in to view this endpoint!" }- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -