GET api/motivos-reabertura

No documentation available.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MotivoReaberturaManifestacaoDTO
NameDescriptionTypeAdditional information
IdMotivoReaberturaManifestacao

Id do Motivo da Reabertura de Manifestações

integer

None.

DescMotivoReaberturaManifestacao

Descrição do Motivo da Reabertura de Manifestações

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdMotivoReaberturaManifestacao": 1,
    "DescMotivoReaberturaManifestacao": "sample string 2"
  },
  {
    "IdMotivoReaberturaManifestacao": 1,
    "DescMotivoReaberturaManifestacao": "sample string 2"
  }
]

text/html

Sample:
[{"IdMotivoReaberturaManifestacao":1,"DescMotivoReaberturaManifestacao":"sample string 2"},{"IdMotivoReaberturaManifestacao":1,"DescMotivoReaberturaManifestacao":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfMotivoReaberturaManifestacaoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ouvidorias.Api.Models.DTO">
  <MotivoReaberturaManifestacaoDTO>
    <DescMotivoReaberturaManifestacao>sample string 2</DescMotivoReaberturaManifestacao>
    <IdMotivoReaberturaManifestacao>1</IdMotivoReaberturaManifestacao>
  </MotivoReaberturaManifestacaoDTO>
  <MotivoReaberturaManifestacaoDTO>
    <DescMotivoReaberturaManifestacao>sample string 2</DescMotivoReaberturaManifestacao>
    <IdMotivoReaberturaManifestacao>1</IdMotivoReaberturaManifestacao>
  </MotivoReaberturaManifestacaoDTO>
</ArrayOfMotivoReaberturaManifestacaoDTO>