GET api/Teams?u={u}&t={t}&d={d}

获取Team列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
u

用户ID

integer

Required

t

[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密

string

Required

d

CategoryID=[节点ID,long?,默认0取用所在节点],PageNumber=[,int?,1],PageSize=[,int?,20],Name=[班组名称,string?,模糊搜索],HonourIDs=[班组荣誉ID集合,[Guid]?]

string

Required

Body Parameters

None.

Response Information

Resource Description

获取Team列表

DataResultListOfTeamOutput
NameDescriptionTypeAdditional information
DataList

Collection of TeamOutput

None.

PageNum

integer

None.

PageSize

integer

None.

PageCount

integer

None.

PreviousIndex

integer

None.

NextIndex

integer

None.

RecordCount

integer

None.

Error

boolean

None.

ErrorInfo

Collection of string

None.

ExInfo

Exception

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Care365_V2.Model.CompanySys.HonourOutput'. Path '_dataList[0].Honours[0].Childs'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Care365_V2.Model.CompanySys.HonourOutput'. Path '_dataList[0].Honours[0].Childs'.