POST jxc_api/FileDownloadCenter/Search

Request Information

URI Parameters

None.

Body Parameters

FileDownloadCenterSearchCondition
NameDescriptionTypeAdditional information
AsId

integer

None.

UserSn

integer

None.

DateStart

date

None.

DateEnd

date

None.

Module

Collection of integer

None.

SourceType

integer

None.

CreateBy

Collection of integer

None.

KeyWord

string

None.

PageIndex

integer

None.

PageSize

integer

None.

IsAdmin

boolean

None.

IsVisit

boolean

None.

AppAsId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AsId": 1,
  "UserSn": 2,
  "DateStart": "2025-04-04 20:42:40",
  "DateEnd": "2025-04-04 20:42:40",
  "Module": [
    1,
    2
  ],
  "SourceType": 3,
  "CreateBy": [
    1,
    2
  ],
  "KeyWord": "sample string 4",
  "PageIndex": 5,
  "PageSize": 6,
  "IsAdmin": true,
  "IsVisit": true,
  "AppAsId": "sample string 9"
}

application/xml, text/xml

Sample:
<FileDownloadCenterSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.FileDownloadCenter">
  <AppAsId>sample string 9</AppAsId>
  <AsId>1</AsId>
  <CreateBy xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CreateBy>
  <DateEnd>2025-04-04T20:42:40.2555545+08:00</DateEnd>
  <DateStart>2025-04-04T20:42:40.2555545+08:00</DateStart>
  <IsAdmin>true</IsAdmin>
  <IsVisit>true</IsVisit>
  <KeyWord>sample string 4</KeyWord>
  <Module xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Module>
  <PageIndex>5</PageIndex>
  <PageSize>6</PageSize>
  <SourceType>3</SourceType>
  <UserSn>2</UserSn>
</FileDownloadCenterSearchCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

StatusCode

StatusCode

None.

ErrorData

Object

None.

BusinessCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "StatusCode": 100,
  "ErrorData": {},
  "BusinessCode": 5
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
  <_x003C_BusinessCode_x003E_k__BackingField>5</_x003C_BusinessCode_x003E_k__BackingField>
  <_x003C_Data_x003E_k__BackingField />
  <_x003C_ErrorData_x003E_k__BackingField />
  <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField>
  <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</MessageModel>