Allows you to search for subscription profiles.
OK Response
{- "Status": 10,
- "Error": "string",
- "TotalCount": 1,
- "TotalPages": 1,
- "SearchClubResults": [
- {
- "ClubId": 523,
- "Name": ".Net Subscription Profile",
- "ProgramId": 1,
- "ProgramName": "Training",
- "OrganizationId": 387,
- "OrganizationName": "ABC Training Company",
- "Price": 0,
- "LastModified": "2017-04-19T22:16:07.967+0000",
- "Created": "2012-04-17T15:21:21.953+0000",
- "CourseIds": [
- {
- "CourseId": 8992,
- "Name": ".NET Programming Fundamentals"
}
]
}
]
}