cancel
Showing results for 
Search instead for 
Did you mean: 

GET Member Feeds SAP Jam API

Former Member
0 Kudos

Hello,

i'm trying this ODATA call to JAM:

[GET] /Members('key')/FeedEntries

The issue is that the json response contains only few results (the most recent) so i cannot read a lot of old feeds.

Is this a limitation of the API? Is there a fix (for example: a parameter to add to the call in order to increase the number of results inside the response)?

Thanks,

Raffaele

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Please take a look at the following documentation about how to do this.

Former Member
0 Kudos

Hi Adam, thanks a lot for your answer. Anyway, i have already tried by inserting $top=1000 but it returns only 10 results and i expected more.

Former Member
0 Kudos

From the documentation:

SAP Jam Limitation: $top is not available for FeedEntries or Notifications API calls.