POST dz_api/Schedule/Search

员工进度查询 Report/Schedule/Search

Request Information

URI Parameters

None.

Body Parameters

查询条件

EmployeeScheduleSearchConditions
NameDescriptionTypeAdditional information
Period

期间

date

None.

EmployeeId

员工姓名

integer

None.

Department

部门

integer

None.

PageIndex

索引

integer

None.

PageSize

分页大小

integer

None.

IsSupperAdmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Period": "2024-04-28T23:54:08.1761366+08:00",
  "EmployeeId": 2,
  "Department": 3,
  "PageIndex": 4,
  "PageSize": 5,
  "IsSupperAdmin": true
}

application/xml, text/xml

Sample:
<EmployeeScheduleSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Report">
  <Department>3</Department>
  <EmployeeId>2</EmployeeId>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>4</PageIndex>
  <PageSize>5</PageSize>
  <Period>2024-04-28T23:54:08.1761366+08:00</Period>
</EmployeeScheduleSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

员工进度查询 Report/Schedule/Search

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />