Skip to Content.
Sympa Menu

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

Subject: Grouper Users - Open Discussion List

List archive

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


Chronological Thread 
  • From: Scott Koranda <>
  • To: grouper-users <>
  • Subject: [grouper-users] Get Members web service and point-in-time
  • Date: Sat, 7 Jun 2014 21:47:27 -0500

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