This content has been marked as final.
Show 2 replies
-
Re: Activities web service lead to error if after paramenter value is passed
noelwhite Jul 7, 2017 9:12 AM (in response to wipkands)Bumping this post as I am experiencing the same problem. Can anyone assist with an example of the formatting the "after" parameter is expecting?
-
Re: Activities web service lead to error if after paramenter value is passed
noelwhite Jul 7, 2017 9:24 AM (in response to noelwhite)If others find this post, we resolved the issue by not having the timestamp as the last parameter. It works as expected as long as there is another parameter after the timestamp, as in:
/api/core/v3/activities?filter=object(jive:discussion)&after=2017-06-01T00:00:00.000&filter=verb(jive:replied)
It appears to be some type of parsing issue
-