GET api/motivos-arquivamento
No documentation available.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MotivoArquivamentoManifestacaoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMotivoArquivamentoManifestacao |
Id do Motivo de Arquivamento de Manifestações |
integer |
None. |
| DescMotivoArquivamentoManifestacao |
Descrição do Motivo de Arquivamento de Manifestações |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdMotivoArquivamentoManifestacao": 1,
"DescMotivoArquivamentoManifestacao": "sample string 2"
},
{
"IdMotivoArquivamentoManifestacao": 1,
"DescMotivoArquivamentoManifestacao": "sample string 2"
}
]
text/html
Sample:
[{"IdMotivoArquivamentoManifestacao":1,"DescMotivoArquivamentoManifestacao":"sample string 2"},{"IdMotivoArquivamentoManifestacao":1,"DescMotivoArquivamentoManifestacao":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfMotivoArquivamentoManifestacaoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ouvidorias.Api.Models.DTO">
<MotivoArquivamentoManifestacaoDTO>
<DescMotivoArquivamentoManifestacao>sample string 2</DescMotivoArquivamentoManifestacao>
<IdMotivoArquivamentoManifestacao>1</IdMotivoArquivamentoManifestacao>
</MotivoArquivamentoManifestacaoDTO>
<MotivoArquivamentoManifestacaoDTO>
<DescMotivoArquivamentoManifestacao>sample string 2</DescMotivoArquivamentoManifestacao>
<IdMotivoArquivamentoManifestacao>1</IdMotivoArquivamentoManifestacao>
</MotivoArquivamentoManifestacaoDTO>
</ArrayOfMotivoArquivamentoManifestacaoDTO>