Name |
C# DataType |
Description |
LastUpdatedBySomeoneElseSince |
DateTime |
The list of Subscriptions you receive will only contain those Subscriptions that have been modified since the specified date.
Subscriptions that were last modified by a POST request to http://api.resengo.com/SUB/Subscription are excluded.
You can use this parameter to set up a heartbeat synchronisation application.
|
SubscriptionID |
List<int> |
The list of Subscriptions you receive will only contain the Subscriptions with the specified SubscriptionID.
Multiple values are possible using the notation &SubscriptionID=123&SubscriptionID=456&SubscriptionID=...
|
Sorting |
string |
The field that should be used to sort the resulting list (this affects Paging also).
Currently possible values:
- SubscriptionIDAscending (default)
If you are using the response of this request to do updates to your system, expecially when using the parameter LastUpdatedBySomeoneElseSince, you should use SubscriptionIDAscending to prevent concurrency problems.
|
NumberOfItemsPerPage |
int (default: 50) |
You will receive only this many results at a time.
You can request the rest of the items by re-issuing the call with another CurrentPageIndex parameter.
The default of 50 is also the maximum value.
|
CurrentPageIndex |
int (default: 1) |
See the description of NumberOfItemsPerPage
|