GET EspecieDocumento/ListaEspeciesportal
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GED_LISTA_GED_ESPECIEPORTAL_CONTRACT| Name | Description | Type | Additional information |
|---|---|---|---|
| totalPages | integer |
None. |
|
| page | integer |
None. |
|
| totalRecords | integer |
None. |
|
| rows | Collection of GED_ESPECIEPORTAL_CONTRACT |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalPages": 1,
"page": 2,
"totalRecords": 3,
"rows": [
{
"IDESPECIEPORTAL": 1,
"NOME": "sample string 2"
},
{
"IDESPECIEPORTAL": 1,
"NOME": "sample string 2"
}
]
}