GET Dashboard/Contratos/ListarContratos_TipoAgrup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Contratos_TipoAgrup| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTipoAgrupamento | integer |
None. |
|
| DescTipoAgrupamento | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
},
{
"IdTipoAgrupamento": 1,
"DescTipoAgrupamento": "sample string 2"
}
]