GET site_pricipalbanner/Listbanner?page={page}&rows={rows}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| rows | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListSITE_PRINCIPALBANNERContract| Name | Description | Type | Additional information |
|---|---|---|---|
| totalPages | integer |
None. |
|
| page | integer |
None. |
|
| totalRecords | integer |
None. |
|
| rows | Collection of SITE_PRINCIPALBANNERContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalPages": 1,
"page": 2,
"totalRecords": 3,
"rows": [
{
"IDPRINCIPAL": 1,
"TITULO": "sample string 1",
"TEXTO": "sample string 2",
"LEIA_MAIL": "sample string 3",
"IMAGEM": "sample string 4"
},
{
"IDPRINCIPAL": 1,
"TITULO": "sample string 1",
"TEXTO": "sample string 2",
"LEIA_MAIL": "sample string 3",
"IMAGEM": "sample string 4"
}
]
}