POST api/Evaluation/Pending

Request Information

URI Parameters

None.

Body Parameters

PendingToEvaluatePaged
NameDescriptionTypeAdditional information
IdUser

integer

None.

IdImportance

integer

None.

IsLaboralist

boolean

None.

IncludeToEvaluate

boolean

None.

Limit

integer

None.

Page

integer

None.

Search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUser": 1,
  "IdImportance": 2,
  "IsLaboralist": true,
  "IncludeToEvaluate": true,
  "Limit": 5,
  "Page": 6,
  "Search": "sample string 7"
}

application/xml, text/xml

Sample:
<PendingToEvaluatePaged xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain.Transport">
  <Limit>5</Limit>
  <Page>6</Page>
  <Search>sample string 7</Search>
  <IdImportance>2</IdImportance>
  <IdUser>1</IdUser>
  <IncludeToEvaluate>true</IncludeToEvaluate>
  <IsLaboralist>true</IsLaboralist>
</PendingToEvaluatePaged>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.