Skip to content

Instantly share code, notes, and snippets.

@niborg
Last active March 5, 2018 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niborg/fe931901d957ac2d3ff2398b4d1b65e2 to your computer and use it in GitHub Desktop.
Save niborg/fe931901d957ac2d3ff2398b4d1b65e2 to your computer and use it in GitHub Desktop.
report: {
// Params to filter the results
//
filters: {
date_range: {
start: <formatted date String>, // required
end: <formatted date String> // optional defaults to today
},
matter_types: <Array of ids>, // optional, defaults to array containing all matter types
sources: <Array of ids>, // optional, defaults to array containing all sources,
matter_status_categories: <Array containing intake, hired, declined>
},
// Params by which to measure
dimensions: <Array of preset data points that should be measured. Set forth in MatterFactModel>,
measurements: <Array of predefined measurements?>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment