Skip to content

Commit

Permalink
Merge pull request #26 from MarkGrenville/master
Browse files Browse the repository at this point in the history
Updated parameters to support subgrouping_ids and grouped_time_entry_ids
  • Loading branch information
arendjantetteroo authored Feb 1, 2019
2 parents 5f9b33a + 74b5b80 commit 8b5b571
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/AJT/Toggl/reporting_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,18 @@
"type": "string",
"default": "time_entries",
"description": "Following subgroupings are available in the summary report: projects (time_entries, tasks, users), clients (time_entries, tasks, projects, users), users (time_entries, tasks, projects, clients)"
},
"subgrouping_ids": {
"location": "query",
"type": "boolean",
"default": false,
"description": "Whether returned items will contain 'ids' key containing comma separated group item ID values."
},
"grouped_time_entry_ids": {
"location": "query",
"type": "boolean",
"default": false,
"description": "Whether returned items will contain 'time_entry_ids' key containing comma separated time entries ID values for given item."
}
}
}
Expand All @@ -334,4 +346,4 @@
}
}
}
}
}

0 comments on commit 8b5b571

Please sign in to comment.