Can't retrieve multiple pages from feed

9 views
Skip to first unread message

Glen Holcomb

unread,
Jul 7, 2012, 8:21:05 PM7/7/12
to google-app...@googlegroups.com
When making a GET request to https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0 I receive the expected feed response:

  <updated>1970-01-01T00:00:00.000Z</updated>
  <title type="text">Users</title>
  <link rel="next" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36"/>
  <link rel="self" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/>
  <openSearch:startIndex>1</openSearch:startIndex>
  <entry>



However when requesting the next page, https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36 the first page is returned again:


  <updated>1970-01-01T00:00:00.000Z</updated>
  <title type="text">Users</title>
  <link rel="next" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36"/>
  <link rel="self" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/>
  <openSearch:startIndex>1</openSearch:startIndex>
  <entry>


Is there something that I'm missing here?

Glen Holcomb

unread,
Jul 8, 2012, 4:37:40 PM7/8/12
to google-app...@googlegroups.com
Nevermind,  Some of my request was being trimmed without my realizing it.
Reply all
Reply to author
Forward
0 new messages