GET jxc_api/ServiceUsage/GetBriefEmployeeInfos?serviceId={serviceId}&pageSize={pageSize}&pageIndex={pageIndex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

integer

Required

pageSize

integer

Default value is 300

pageIndex

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

NewApiPagedListOfBriefEmployeeInfo
NameDescriptionTypeAdditional information
Items

Collection of BriefEmployeeInfo

None.

SumModel

BriefEmployeeInfo

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "id": 1,
      "isSuperAdmin": true,
      "mobile": "sample string 3",
      "nickname": "sample string 4",
      "userSn": 5
    },
    {
      "id": 1,
      "isSuperAdmin": true,
      "mobile": "sample string 3",
      "nickname": "sample string 4",
      "userSn": 5
    }
  ],
  "SumModel": {
    "id": 1,
    "isSuperAdmin": true,
    "mobile": "sample string 3",
    "nickname": "sample string 4",
    "userSn": 5
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}

application/xml, text/xml

Sample:
<NewApiPagedListOfBriefEmployeeInfoRRlAWZhs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">
  <_x003C_RDeliveryEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 8</_x003C_RDeliveryEndDate_x003E_k__BackingField>
  <_x003C_RDeliveryStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</_x003C_RDeliveryStartDate_x003E_k__BackingField>
  <_x003C_RDocumentEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</_x003C_RDocumentEndDate_x003E_k__BackingField>
  <_x003C_RDocumentStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</_x003C_RDocumentStartDate_x003E_k__BackingField>
  <_x003C_CategoriesFounded_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CategoriesFounded_x003E_k__BackingField>
  <_x003C_Items_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.Common.Account.ServiceUsage">
    <d2p1:BriefEmployeeInfo>
      <d2p1:id>1</d2p1:id>
      <d2p1:isSuperAdmin>true</d2p1:isSuperAdmin>
      <d2p1:mobile>sample string 3</d2p1:mobile>
      <d2p1:nickname>sample string 4</d2p1:nickname>
      <d2p1:userSn>5</d2p1:userSn>
    </d2p1:BriefEmployeeInfo>
    <d2p1:BriefEmployeeInfo>
      <d2p1:id>1</d2p1:id>
      <d2p1:isSuperAdmin>true</d2p1:isSuperAdmin>
      <d2p1:mobile>sample string 3</d2p1:mobile>
      <d2p1:nickname>sample string 4</d2p1:nickname>
      <d2p1:userSn>5</d2p1:userSn>
    </d2p1:BriefEmployeeInfo>
  </_x003C_Items_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_SumModel_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.Common.Account.ServiceUsage">
    <d2p1:id>1</d2p1:id>
    <d2p1:isSuperAdmin>true</d2p1:isSuperAdmin>
    <d2p1:mobile>sample string 3</d2p1:mobile>
    <d2p1:nickname>sample string 4</d2p1:nickname>
    <d2p1:userSn>5</d2p1:userSn>
  </_x003C_SumModel_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>3</_x003C_Total_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
</NewApiPagedListOfBriefEmployeeInfoRRlAWZhs>