GET api/BasicData/GetFaultReasonList

获取故障原因列表

请求参数信息

URI 参数

None.

Body 参数

BasePageRequestModel
NameDescriptionTypeAdditional information
keyid

string

None.

querystr

string

None.

pageindex

integer

None.

pagesize

integer

None.

startDate

string

None.

endDate

string

None.

status

string

None.

queryparam

Dictionary of string [key] and string [value]

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "keyid": "sample string 1",
  "querystr": "sample string 2",
  "pageindex": 3,
  "pagesize": 4,
  "startDate": "sample string 5",
  "endDate": "sample string 6",
  "status": "sample string 7",
  "queryparam": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "sign": "sample string 8"
}

application/xml, text/xml

Sample:
<BasePageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models.RequestModel">
  <sign xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">sample string 8</sign>
  <endDate>sample string 6</endDate>
  <keyid>sample string 1</keyid>
  <pageindex>3</pageindex>
  <pagesize>4</pagesize>
  <queryparam xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </queryparam>
  <querystr>sample string 2</querystr>
  <startDate>sample string 5</startDate>
  <status>sample string 7</status>
</BasePageRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

接口返回信息

返回信息说明

JMResponseOfViewPageModelOfFaultReasonEntity
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

ViewPageModelOfFaultReasonEntity

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {
    "Total": 1,
    "ModelList": [
      {
        "FId": "sample string 1",
        "ClassId": "sample string 2",
        "FEnCode": "sample string 3",
        "FName": "sample string 4",
        "FSortCode": 1,
        "FDeleteMark": true,
        "FEnabledMark": true,
        "FDescription": "sample string 5",
        "FCreatorTime": "2026-02-04 21:48:19",
        "FCreatorUserId": "sample string 6",
        "FLastModifyTime": "2026-02-04 21:48:19",
        "FLastModifyUserId": "sample string 7",
        "FDeleteTime": "2026-02-04 21:48:19",
        "FDeleteUserId": "sample string 8"
      },
      {
        "FId": "sample string 1",
        "ClassId": "sample string 2",
        "FEnCode": "sample string 3",
        "FName": "sample string 4",
        "FSortCode": 1,
        "FDeleteMark": true,
        "FEnabledMark": true,
        "FDescription": "sample string 5",
        "FCreatorTime": "2026-02-04 21:48:19",
        "FCreatorUserId": "sample string 6",
        "FLastModifyTime": "2026-02-04 21:48:19",
        "FLastModifyUserId": "sample string 7",
        "FDeleteTime": "2026-02-04 21:48:19",
        "FDeleteUserId": "sample string 8"
      }
    ],
    "PageIndex": 2,
    "PageSize": 3,
    "PageNum": 1
  }
}

application/xml, text/xml

Sample:
<JMResponseOfViewPageModelOfFaultReasonEntityDC2oioRYrIMl6kOh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
  <code>sample string 1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.APIHelp">
    <d2p1:ModelList xmlns:d3p1="http://schemas.datacontract.org/2004/07/WLYServices.Domain.Entity.BasicData">
      <d3p1:FaultReasonEntity>
        <d3p1:ClassId>sample string 2</d3p1:ClassId>
        <d3p1:FCreatorTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FCreatorTime>
        <d3p1:FCreatorUserId>sample string 6</d3p1:FCreatorUserId>
        <d3p1:FDeleteMark>true</d3p1:FDeleteMark>
        <d3p1:FDeleteTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FDeleteTime>
        <d3p1:FDeleteUserId>sample string 8</d3p1:FDeleteUserId>
        <d3p1:FDescription>sample string 5</d3p1:FDescription>
        <d3p1:FEnCode>sample string 3</d3p1:FEnCode>
        <d3p1:FEnabledMark>true</d3p1:FEnabledMark>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FLastModifyTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FLastModifyTime>
        <d3p1:FLastModifyUserId>sample string 7</d3p1:FLastModifyUserId>
        <d3p1:FName>sample string 4</d3p1:FName>
        <d3p1:FSortCode>1</d3p1:FSortCode>
      </d3p1:FaultReasonEntity>
      <d3p1:FaultReasonEntity>
        <d3p1:ClassId>sample string 2</d3p1:ClassId>
        <d3p1:FCreatorTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FCreatorTime>
        <d3p1:FCreatorUserId>sample string 6</d3p1:FCreatorUserId>
        <d3p1:FDeleteMark>true</d3p1:FDeleteMark>
        <d3p1:FDeleteTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FDeleteTime>
        <d3p1:FDeleteUserId>sample string 8</d3p1:FDeleteUserId>
        <d3p1:FDescription>sample string 5</d3p1:FDescription>
        <d3p1:FEnCode>sample string 3</d3p1:FEnCode>
        <d3p1:FEnabledMark>true</d3p1:FEnabledMark>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FLastModifyTime>2026-02-04T21:48:19.0952537+08:00</d3p1:FLastModifyTime>
        <d3p1:FLastModifyUserId>sample string 7</d3p1:FLastModifyUserId>
        <d3p1:FName>sample string 4</d3p1:FName>
        <d3p1:FSortCode>1</d3p1:FSortCode>
      </d3p1:FaultReasonEntity>
    </d2p1:ModelList>
    <d2p1:PageIndex>2</d2p1:PageIndex>
    <d2p1:PageSize>3</d2p1:PageSize>
    <d2p1:Total>1</d2p1:Total>
  </data>
  <msg>sample string 2</msg>
</JMResponseOfViewPageModelOfFaultReasonEntityDC2oioRYrIMl6kOh>