GET api/Programs/QueryPrograms?queryString={queryString}&resultView={resultView}
Retrieves a list of programs or products available for the authenticated user, depending on the specified .
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
queryString |
Additional query filter used to refine the search (e.g., search terms or identifiers). |
string |
Required |
resultView |
Determines the type of results to return: returns user programs, returns user products. |
UIQueryResultViewTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns : - 200 (OK) with the requested collection when found (can be empty). - 400 (BadRequest) if parameters are invalid or is not supported.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.