Allows you to search for user's subscription assignments.
Securityapi_key
Request
query Parameters
pageIndex
integer <int32>
A 0-based index of the paged results you wish to receive. In general, you should start with a value of zero and increment it as you need to retrieve additional results. If not supplied, a value of 0 is used (the first page of results).
pageSize
integer <int32>
Indicates how many results you want per page. if not supplied, a default value of 100 is used.
sort
string
The value you want to sort by. Possible values:
UserId
ExternalUserId
Subscription
Starts
Expires
TargetCompletion
Created
LastModified
userId
integer <int32>
An optional parameter used to filter subscriptions by the associated userid. When specified, only user subscriptions that have an associated userid that matches this value will be returned.
userExternalId
string
An optional parameter used to filter subscriptions by the associated user external id. When specified, only user subscriptions that have an associated external user id that matches that value will be returned.
subscriptionId
integer <int32>
An optional parameter used to filter subscriptions by subscription id. When specified, only user subscriptions that matches this value will be returned.
createdAfter
integer <int64>
An optional parameter used to filter subscriptions created after a specified date. When used in conjunction with the "createdBefore" parameter, it becomes possible to filter for a given time range. This should be provided in unix epoch format, which is the number of seconds that have elapsed since midnight UTC January 1st, 1970.
createdBefore
integer <int64>
An optional parameter used to filter subscriptions created before a specified date. When used in conjunction with the "createdAfter" parameter, it becomes possible to filter for a given time range. This should be provided in unix epoch format, which is the number of seconds that have elapsed since midnight UTC January 1st, 1970.