GET api/Users/Getpro_formacao_cursos_conteudo?_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_formacao_cursos_conteudo
NameDescriptionTypeAdditional information
id

integer

None.

idcurso

integer

None.

curso_conteudo

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "idcurso": 2,
    "curso_conteudo": "sample string 3",
    "_Action": "sample string 4",
    "hasError": true,
    "hasErrorMessage": "sample string 6",
    "_SendCredentials": "sample string 7"
  },
  {
    "id": 1,
    "idcurso": 2,
    "curso_conteudo": "sample string 3",
    "_Action": "sample string 4",
    "hasError": true,
    "hasErrorMessage": "sample string 6",
    "_SendCredentials": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRhClass.cEntity_pro_formacao_cursos_conteudo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <RhClass.cEntity_pro_formacao_cursos_conteudo>
    <_Action>sample string 4</_Action>
    <_SendCredentials>sample string 7</_SendCredentials>
    <curso_conteudo>sample string 3</curso_conteudo>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 6</hasErrorMessage>
    <id>1</id>
    <idcurso>2</idcurso>
  </RhClass.cEntity_pro_formacao_cursos_conteudo>
  <RhClass.cEntity_pro_formacao_cursos_conteudo>
    <_Action>sample string 4</_Action>
    <_SendCredentials>sample string 7</_SendCredentials>
    <curso_conteudo>sample string 3</curso_conteudo>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 6</hasErrorMessage>
    <id>1</id>
    <idcurso>2</idcurso>
  </RhClass.cEntity_pro_formacao_cursos_conteudo>
</ArrayOfRhClass.cEntity_pro_formacao_cursos_conteudo>