GET api/Dados/GetAllAssigmentsByAvaliation?_Credentials={_Credentials}&_AvaliationId={_AvaliationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

_AvaliationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntityUserAssigments
NameDescriptionTypeAdditional information
id

integer

None.

assigment_name

string

None.

assigment_description

string

None.

assigment_avaliation_type

integer

None.

_SendCredentials

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "assigment_name": "sample string 2",
    "assigment_description": "sample string 3",
    "assigment_avaliation_type": 4,
    "_SendCredentials": "sample string 5",
    "_Action": "sample string 6",
    "hasError": true,
    "hasErrorMessage": "sample string 8"
  },
  {
    "id": 1,
    "assigment_name": "sample string 2",
    "assigment_description": "sample string 3",
    "assigment_avaliation_type": 4,
    "_SendCredentials": "sample string 5",
    "_Action": "sample string 6",
    "hasError": true,
    "hasErrorMessage": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntityUserAssigments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntityUserAssigments>
    <_Action>sample string 6</_Action>
    <_SendCredentials>sample string 5</_SendCredentials>
    <assigment_avaliation_type>4</assigment_avaliation_type>
    <assigment_description>sample string 3</assigment_description>
    <assigment_name>sample string 2</assigment_name>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 8</hasErrorMessage>
    <id>1</id>
  </cTables.cEntityUserAssigments>
  <cTables.cEntityUserAssigments>
    <_Action>sample string 6</_Action>
    <_SendCredentials>sample string 5</_SendCredentials>
    <assigment_avaliation_type>4</assigment_avaliation_type>
    <assigment_description>sample string 3</assigment_description>
    <assigment_name>sample string 2</assigment_name>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 8</hasErrorMessage>
    <id>1</id>
  </cTables.cEntityUserAssigments>
</ArrayOfcTables.cEntityUserAssigments>