GET loc_indice/listaIndice?page={page}&rows={rows}&filtros={filtros}&sidx={sidx}&sord={sord}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

rows

integer

Required

filtros

string

None.

sidx

string

None.

sord

string

None.

Body Parameters

None.

Response Information

Resource Description

ListLOC_INDICEContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of LOC_INDICEContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDLOC_INDICE": 1,
      "NOME": "sample string 1"
    },
    {
      "IDLOC_INDICE": 1,
      "NOME": "sample string 1"
    }
  ]
}