GET api/justificativas-resposta-recurso-nao-conhecimento

Consulta Justificativas Resposta Recurso NaoConhecimento

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JustificativaRespostaRecursoNaoConhecimentoDto
NameDescriptionTypeAdditional information
idJustificativaRespostaRecursoNaoConhecimento

Identificador do tipo da revisão.

integer

None.

descJustificativaRespostaRecursoNaoConhecimento

Descrição do tipo da revisão.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "idJustificativaRespostaRecursoNaoConhecimento": 1,
    "descJustificativaRespostaRecursoNaoConhecimento": "sample string 2"
  },
  {
    "idJustificativaRespostaRecursoNaoConhecimento": 1,
    "descJustificativaRespostaRecursoNaoConhecimento": "sample string 2"
  }
]

text/html

Sample:
[{"idJustificativaRespostaRecursoNaoConhecimento":1,"descJustificativaRespostaRecursoNaoConhecimento":"sample string 2"},{"idJustificativaRespostaRecursoNaoConhecimento":1,"descJustificativaRespostaRecursoNaoConhecimento":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfJustificativaRespostaRecursoNaoConhecimentoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ouvidorias.Api.Models.DTO">
  <JustificativaRespostaRecursoNaoConhecimentoDto>
    <DescJustificativaRespostaRecursoNaoConhecimento>sample string 2</DescJustificativaRespostaRecursoNaoConhecimento>
    <IdJustificativaRespostaRecursoNaoConhecimento>1</IdJustificativaRespostaRecursoNaoConhecimento>
  </JustificativaRespostaRecursoNaoConhecimentoDto>
  <JustificativaRespostaRecursoNaoConhecimentoDto>
    <DescJustificativaRespostaRecursoNaoConhecimento>sample string 2</DescJustificativaRespostaRecursoNaoConhecimento>
    <IdJustificativaRespostaRecursoNaoConhecimento>1</IdJustificativaRespostaRecursoNaoConhecimento>
  </JustificativaRespostaRecursoNaoConhecimentoDto>
</ArrayOfJustificativaRespostaRecursoNaoConhecimentoDto>