You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Prerequisites
The text was updated successfully, but these errors were encountered: