Allows you to search for subscription profiles.
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).
Indicates how many results you want per page. if not supplied, a default value of 100 is used.
The value you want to sort by.
Possible values:
Name
Program
CompanyOrganization
Owner
Club
Company
Starts
Expires
Size
Used
Created
LastModified
An optional parameter used to filter for subscription profiles by name
An optional parameter used to filter for subscription profiles by the associated course ID
An optional parameter used to filter for subscription profiles created after a specified date
An optional parameter used to filter for subscription profiles created before a specified date
OK Response
Indicates the status of the API request.
0 = Success
10 = Error
20 = Not found
30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
The total number of results that match the search conditions, not all of which may be in the current result set.
The total number of result pages that match the search conditions.
See SearchClubResult.
The subscription profile's unique identifier.
The subscription profile's name.
The subscription profile's program.
The subscription profile's program name.
The subscription profile's organization.
The subscription profile's organization name.
The subscription profile's price.
When the subscription profile was last modified.
When the subscription profile was created.
A collection of ClubAssociatedCourses.
The subscription profile's associated couseId.
The course name.