I don't know how to get more than 20 AS Entries with the IBM Connections Opensocial API. I use this url: SERVERNAME/connections/opensocial/basic/rest/activitystreams/@me/@all but there is one parameter ("itemsPerPage":20) which limits the given entires to 20.
Does anyone know how to get more than 20 entries with the Rest API?
P.S.: I dont want to change the AS in IBM Connections! I know I could edit the config to display more entries, but I want to do it with the REST API and without changing the config
There is a parameter called page and pageSize
try this call
or