POST api/DataConfig/GetList
Request Information
URI Parameters
None.
Body Parameters
EntSysDataConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CodeType | string |
None. |
|
| CodeTypeCn | string |
None. |
|
| KeyName | string |
None. |
|
| KeyValue | string |
None. |
|
| Remark | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| IsEnable | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"codeType": "sample string 2",
"codeTypeCn": "sample string 3",
"keyName": "sample string 4",
"keyValue": "sample string 5",
"remark": "sample string 6",
"createTime": "2025-10-31 00:19:21",
"createBy": "sample string 7",
"editTime": "2025-10-31 00:19:21",
"editBy": "sample string 8",
"isEnable": 9,
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
}
application/xml, text/xml
Sample:
<EntSysDataConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>11</PageIndex> <PageSize>10</PageSize> <TotalCount>12</TotalCount> <CodeType>sample string 2</CodeType> <CodeTypeCn>sample string 3</CodeTypeCn> <CreateBy>sample string 7</CreateBy> <CreateTime>2025-10-31T00:19:21.7637648+08:00</CreateTime> <EditBy>sample string 8</EditBy> <EditTime>2025-10-31T00:19:21.7637648+08:00</EditTime> <ID>1</ID> <IsEnable>9</IsEnable> <KeyName>sample string 4</KeyName> <KeyValue>sample string 5</KeyValue> <Remark>sample string 6</Remark> </EntSysDataConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntSysDataConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntSysDataConfig |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"id": 1,
"codeType": "sample string 2",
"codeTypeCn": "sample string 3",
"keyName": "sample string 4",
"keyValue": "sample string 5",
"remark": "sample string 6",
"createTime": "2025-10-31 00:19:21",
"createBy": "sample string 7",
"editTime": "2025-10-31 00:19:21",
"editBy": "sample string 8",
"isEnable": 9,
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
},
{
"id": 1,
"codeType": "sample string 2",
"codeTypeCn": "sample string 3",
"keyName": "sample string 4",
"keyValue": "sample string 5",
"remark": "sample string 6",
"createTime": "2025-10-31 00:19:21",
"createBy": "sample string 7",
"editTime": "2025-10-31 00:19:21",
"editBy": "sample string 8",
"isEnable": 9,
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntSysDataConfigJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items>
<EntSysDataConfig>
<PageIndex>11</PageIndex>
<PageSize>10</PageSize>
<TotalCount>12</TotalCount>
<CodeType>sample string 2</CodeType>
<CodeTypeCn>sample string 3</CodeTypeCn>
<CreateBy>sample string 7</CreateBy>
<CreateTime>2025-10-31T00:19:21.7637648+08:00</CreateTime>
<EditBy>sample string 8</EditBy>
<EditTime>2025-10-31T00:19:21.7637648+08:00</EditTime>
<ID>1</ID>
<IsEnable>9</IsEnable>
<KeyName>sample string 4</KeyName>
<KeyValue>sample string 5</KeyValue>
<Remark>sample string 6</Remark>
</EntSysDataConfig>
<EntSysDataConfig>
<PageIndex>11</PageIndex>
<PageSize>10</PageSize>
<TotalCount>12</TotalCount>
<CodeType>sample string 2</CodeType>
<CodeTypeCn>sample string 3</CodeTypeCn>
<CreateBy>sample string 7</CreateBy>
<CreateTime>2025-10-31T00:19:21.7637648+08:00</CreateTime>
<EditBy>sample string 8</EditBy>
<EditTime>2025-10-31T00:19:21.7637648+08:00</EditTime>
<ID>1</ID>
<IsEnable>9</IsEnable>
<KeyName>sample string 4</KeyName>
<KeyValue>sample string 5</KeyValue>
<Remark>sample string 6</Remark>
</EntSysDataConfig>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntSysDataConfigJWrFJ9jlDN9A7J8d>