GET site_spam/Listsitespam?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filtros | string |
Required |
|
sidx | string |
Required |
|
sord | string |
Required |
|
page | integer |
Required |
|
rows | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListSITE_SPAMContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of SITE_SPAMContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "IDSPAM": 1, "TIPO": "sample string 1", "TEXTO": "sample string 2" }, { "IDSPAM": 1, "TIPO": "sample string 1", "TEXTO": "sample string 2" } ] }