GET api/ProdutosB/{skip}/{take}?search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Plusnet.WebStore.BO.ProdutosB| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
String length: inclusive between 0 and 256 (Nome) |
|
| SeoHtmA | string |
String length: inclusive between 0 and 256 (SEO: HTML: A) |
|
| UrlLink | string |
String length: inclusive between 0 and 512 (URL: Link) |
|
| ProdutoMidiaItems | Collection of Plusnet.WebStore.BO.ProdutosB+ProdutoMidiaItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nome": "sample string 1",
"SeoHtmA": "sample string 2",
"UrlLink": "sample string 3",
"ProdutoMidiaItems": [
{
"UrlP": "sample string 1",
"SeoHtmImg": "sample string 2"
},
{
"UrlP": "sample string 1",
"SeoHtmImg": "sample string 2"
}
]
},
{
"Nome": "sample string 1",
"SeoHtmA": "sample string 2",
"UrlLink": "sample string 3",
"ProdutoMidiaItems": [
{
"UrlP": "sample string 1",
"SeoHtmImg": "sample string 2"
},
{
"UrlP": "sample string 1",
"SeoHtmImg": "sample string 2"
}
]
}
]