- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Trying to grab more suscrbitions than 1000 at a time, I know this isn't possible so how do we accomplish this?
I've tired using the offset, and using 1, 2, 3, 4 ,5 etc... but it seems as the ARBs are duplicating the the offsets.
<v1:paging> <v1:limit>1000</v1:limit> <v1:offset>1</v1:offset> <---- changed this from 1 to 5 and saved the XML but there are duplicate ARBs than.
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you click on the link
then
id, name, status, createTimeStampUTC, lastName, firstName, accountNumber, (ordered by last 4 digits only) amount, pastOccurences
if the amount is the same for a lot of them, you might be duplicate, if id is unqine then sure, it is better.
โ09-30-2014 08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cool thx!
โ09-30-2014 03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-29-2014 05:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you give me an example of how I should sort it?
I've been doing "Amount"
โ09-30-2014 08:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should i use
<orderBy>id</orderBy>
<orderDescending>false</orderDescending>
</sorting>
<paging>
<limit>1000</limit>
<offset>1</offset>
and than keep adding to the Offset +1 every page
โ09-30-2014 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you click on the link
then
id, name, status, createTimeStampUTC, lastName, firstName, accountNumber, (ordered by last 4 digits only) amount, pastOccurences
if the amount is the same for a lot of them, you might be duplicate, if id is unqine then sure, it is better.
โ09-30-2014 08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alright thanks.
Any easier method to importing these into excel other than saving the XMLs and importing 1 by 1 in excel?
โ09-30-2014 09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Didn't see it any other way. Not thru the mechant account website. nor another API.
โ09-30-2014 12:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cool thx!
โ09-30-2014 03:10 PM

