Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Find groups Lite REST by exact attribute value

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Find groups Lite REST by exact attribute value


Chronological Thread 
  • From: Scott Koranda <>
  • To: grouper-users <>
  • Subject: [grouper-users] Find groups Lite REST by exact attribute value
  • Date: Thu, 12 Apr 2012 16:08:50 -0500

Hi,

I am using Grouper 2.1.0.

I am sending in this via POST

{
"WsRestFindGroupsLiteRequest":{
"actAsSubjectId":"GrouperSystem",
"queryFilterType":"FIND_BY_EXACT_ATTRIBUTE",
"groupAttributeName":"StemA:StemB:my_attribute",
"groupAttributeValue":"4f873a8b-7028-4700-a980-1e826711eafd",
"includeGroupDetail":"T"
}
}

to .../servicesRest/v2_1_000/groups

The response has "resultCode":"SUCCESS" but no groups are
returned.

I expect to see one group returned since there is one group
with this attribute set and having that value.

(I can see it nicely in the LiteUI).

What am I doing wrong to find a group based on the value of an
attribute assigned to it?

Thanks,

Scott





Archive powered by MHonArc 2.6.16.

Top of Page