GET api/ProductInfo?categoryId={categoryId}&conditionId={conditionId}&brandIdsCommaDelimited={brandIdsCommaDelimited}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
Required |
|
| conditionId | integer |
Required |
|
| brandIdsCommaDelimited | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductModelViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductListId | integer |
None. |
|
| Model | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productListId": 1,
"model": "sample string 2"
},
{
"$ref": "1"
}
]