Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. route = (
  2. "graph/"
  3. "<ounit>/<ounit_id>/" # ounit | agent | team (?)
  4. "<questionnaire>/<questionnaire_id>/" # questionnaire | survey
  5. "question/<question_number>/"
  6. "from/<dt_from>/"
  7. "to/<dt_to>/"
  8. "scale/<scale>/" # year | quarter | month | week | day | hour
  9. "aggregation/<agg_type>" # average | frequency (?) | count
  10. "validity/<validity_type>" # cold | hot | warm
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement