GET api/motivo-demanda-resolvida?idTipoManifestacao={idTipoManifestacao}
Consulta os motivos de demanda resolvida por tipo de manifestação
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idTipoManifestacao | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MotivoDemandaResolvidaDTOName | Description | Type | Additional information |
---|---|---|---|
IdMotivoDemandaResolvida |
Identificador do motivo de demanda resolvida |
integer |
None. |
DescMotivoDemandaResolvida |
Descrição do motivo da demanda resolvida |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdMotivoDemandaResolvida": 1, "DescMotivoDemandaResolvida": "sample string 2" }, { "IdMotivoDemandaResolvida": 1, "DescMotivoDemandaResolvida": "sample string 2" } ]
text/html
Sample:
[{"IdMotivoDemandaResolvida":1,"DescMotivoDemandaResolvida":"sample string 2"},{"IdMotivoDemandaResolvida":1,"DescMotivoDemandaResolvida":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfMotivoDemandaResolvidaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ouvidorias.Api.Models.DTO"> <MotivoDemandaResolvidaDTO> <DescMotivoDemandaResolvida>sample string 2</DescMotivoDemandaResolvida> <IdMotivoDemandaResolvida>1</IdMotivoDemandaResolvida> </MotivoDemandaResolvidaDTO> <MotivoDemandaResolvidaDTO> <DescMotivoDemandaResolvida>sample string 2</DescMotivoDemandaResolvida> <IdMotivoDemandaResolvida>1</IdMotivoDemandaResolvida> </MotivoDemandaResolvidaDTO> </ArrayOfMotivoDemandaResolvidaDTO>