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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_formacao_cursos_formador
NameDescriptionTypeAdditional information
id

integer

None.

idfuncionario

integer

None.

formador_nome

string

None.

formador_tipo

integer

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "idfuncionario": 2,
    "formador_nome": "sample string 3",
    "formador_tipo": 4,
    "_Action": "sample string 5",
    "hasError": true,
    "hasErrorMessage": "sample string 7",
    "_SendCredentials": "sample string 8"
  },
  {
    "id": 1,
    "idfuncionario": 2,
    "formador_nome": "sample string 3",
    "formador_tipo": 4,
    "_Action": "sample string 5",
    "hasError": true,
    "hasErrorMessage": "sample string 7",
    "_SendCredentials": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRhClass.cEntity_pro_formacao_cursos_formador xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <RhClass.cEntity_pro_formacao_cursos_formador>
    <_Action>sample string 5</_Action>
    <_SendCredentials>sample string 8</_SendCredentials>
    <formador_nome>sample string 3</formador_nome>
    <formador_tipo>4</formador_tipo>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 7</hasErrorMessage>
    <id>1</id>
    <idfuncionario>2</idfuncionario>
  </RhClass.cEntity_pro_formacao_cursos_formador>
  <RhClass.cEntity_pro_formacao_cursos_formador>
    <_Action>sample string 5</_Action>
    <_SendCredentials>sample string 8</_SendCredentials>
    <formador_nome>sample string 3</formador_nome>
    <formador_tipo>4</formador_tipo>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 7</hasErrorMessage>
    <id>1</id>
    <idfuncionario>2</idfuncionario>
  </RhClass.cEntity_pro_formacao_cursos_formador>
</ArrayOfRhClass.cEntity_pro_formacao_cursos_formador>