Name |
C# DataType |
Description |
LastUpdatedBySomeoneElseSince |
DateTime |
The list of PersonSubscriptions you receive will only contain those PersonSubscriptions that have been modified since the specified date.
PersonSubscriptions that were last modified by a POST request to http://api.resengo.com/SUB/PersonSubscription are excluded.
You can use this parameter to set up a heartbeat synchronisation application.
|
PersonSubscriptionID |
List<int> |
The list of PersonSubscriptions you receive will only contain the PersonSubscriptions with the specified PersonSubscriptionID.
Multiple values are possible using the notation &PersonSubscriptionID=123&PersonSubscriptionID=456&PersonSubscriptionID=...
|
Sorting |
string |
The field that should be used to sort the resulting list (this affects Paging also).
Currently possible values:
- PersonSubscriptionIDAscending (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 PersonSubscriptionIDAscending 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
|