leesharma/rescuetime

"Restrict Group" story

leesharma opened this issue · 1 comments

As a ruby developer developing an application for groups,
I want to restrict the returned data by group (such as "QA" or "Team B")
In order to get the information relevant to only a specific group.

API Reference

Principle name Short Alias Short Values Description
restrict_group rg group g 1 group name Provide the name of the group. Service will match that with your account to find group. Avoid re-using the same name for multiple groups when creating them. Currently we do not prevent this. First match will be returned.

Prerequisites

  • Sign up for organization account trial for testing

Possible Syntax:

group: 'scrum 1'