POST api/Programs/QueryProgramAssets?queryString={queryString}&resultView={resultView}
Retrieves program-related data (assets, products, or programs) for the authenticated user, determined by . Parses to resolve the target program (e.g., ?programId=...).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
queryString |
Query string with filters (e.g., programId). |
string |
Required |
resultView |
Type of result to return (Program, Product, Asset, ProgramAsset). |
UIQueryResultViewTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
200 OK with the requested collection; 400 BadRequest for invalid input; 500 on unexpected errors.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.