GET api/UnidadeBi?grupo={grupo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| grupo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UnidadeBiObj| Name | Description | Type | Additional information |
|---|---|---|---|
| serie | string |
None. |
|
| gerar | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"serie": "sample string 1",
"gerar": "sample string 2"
},
{
"serie": "sample string 1",
"gerar": "sample string 2"
}
]