Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Get Members web service and point-in-time

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Get Members web service and point-in-time


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Scott Koranda <>, grouper-users <>
  • Subject: RE: [grouper-users] Get Members web service and point-in-time
  • Date: Sun, 8 Jun 2014 05:18:51 +0000
  • Accept-language: en-US

Point in time should be on the WsRestGetMembersRequest, not the
wsGroupLookup...

You can see the documentation from going here:

https://spaces.internet2.edu/display/Grouper/Get+Members

Then clicking on the request object:

http://anonsvn.internet2.edu/viewvc/viewvc.py/i2mi/trunk/grouper-ws/grouper-ws/doc/api/edu/internet2/middleware/grouper/ws/rest/member/WsRestGetMembersRequest.html?view=co

Then changing to your tag:

http://anonsvn.internet2.edu/viewvc/viewvc.py/i2mi/tags/GROUPER_2_1_5/grouper-ws/grouper-ws/doc/api/edu/internet2/middleware/grouper/ws/rest/member/WsRestGetMembersRequest.html?view=co

then you see the point in time fields are in that object and not the lookup...

http://anonsvn.internet2.edu/viewvc/viewvc.py/i2mi/tags/GROUPER_2_1_0/grouper-ws/grouper-ws/doc/api/edu/internet2/middleware/grouper/ws/coresoap/WsGroupLookup.html?revision=8210&view=co


Thanks,
Chris


-----Original Message-----
From:


[mailto:]
On Behalf Of Scott Koranda
Sent: Saturday, June 07, 2014 10:47 PM
To: grouper-users
Subject: [grouper-users] Get Members web service and point-in-time

Hi,

I am using Grouper 2.1.5.

I am sending in this JSON

{
"WsRestGetMembersRequest":{
"actAsSubjectLookup" : {
"subjectId" : "GrouperSystem"
},
"wsGroupLookups":[
{
"groupName": "astem:agroup",
"pointInTimeFrom" : "2014/06/06 06:00:00.0",
"pointInTimeTo" : "2014/06/06 06:00:00.0"
}
]
}
}


to the Get Members REST service to obtain the state of the group at a
particular point in time.

I am finding that the call always returns the current/latest
membership state of the group rather than from a point in time,
regardless of what I use as the value for
pointInTimeFrom/pointInTimeTo.

What am I doing incorrectly?

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page