POST api/sysappsetup/list
Request Information
URI Parameters
None.
Body Parameters
EntSysAppSetupName | Description | Type | Additional information |
---|---|---|---|
RowNumber | string |
None. |
|
ID | integer |
None. |
|
KeyName | string |
None. |
|
KeyValue | string |
None. |
|
Remark | string |
None. |
|
CreateTime | date |
None. |
|
CreateBy | string |
None. |
|
EditTime | date |
None. |
|
EditBy | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "rowNumber": "sample string 1", "id": 2, "keyName": "sample string 3", "keyValue": "sample string 4", "remark": "sample string 5", "createTime": "2024-11-21 16:54:38", "createBy": "sample string 6", "editTime": "2024-11-21 16:54:38", "editBy": "sample string 7", "pageSize": 8, "pageIndex": 9, "totalCount": 10 }
application/xml, text/xml
Sample:
<EntSysAppSetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <CreateBy>sample string 6</CreateBy> <CreateTime>2024-11-21T16:54:38.426094+08:00</CreateTime> <EditBy>sample string 7</EditBy> <EditTime>2024-11-21T16:54:38.426094+08:00</EditTime> <ID>2</ID> <KeyName>sample string 3</KeyName> <KeyValue>sample string 4</KeyValue> <Remark>sample string 5</Remark> <RowNumber>sample string 1</RowNumber> </EntSysAppSetup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntSysAppSetupName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultOfEntSysAppSetup |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": [ { "rowNumber": "sample string 1", "id": 2, "keyName": "sample string 3", "keyValue": "sample string 4", "remark": "sample string 5", "createTime": "2024-11-21 16:54:38", "createBy": "sample string 6", "editTime": "2024-11-21 16:54:38", "editBy": "sample string 7", "pageSize": 8, "pageIndex": 9, "totalCount": 10 }, { "rowNumber": "sample string 1", "id": 2, "keyName": "sample string 3", "keyValue": "sample string 4", "remark": "sample string 5", "createTime": "2024-11-21 16:54:38", "createBy": "sample string 6", "editTime": "2024-11-21 16:54:38", "editBy": "sample string 7", "pageSize": 8, "pageIndex": 9, "totalCount": 10 } ] }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntSysAppSetupJWrFJ9jlDN9A7J8d 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> <EntSysAppSetup> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <CreateBy>sample string 6</CreateBy> <CreateTime>2024-11-21T16:54:38.426094+08:00</CreateTime> <EditBy>sample string 7</EditBy> <EditTime>2024-11-21T16:54:38.426094+08:00</EditTime> <ID>2</ID> <KeyName>sample string 3</KeyName> <KeyValue>sample string 4</KeyValue> <Remark>sample string 5</Remark> <RowNumber>sample string 1</RowNumber> </EntSysAppSetup> <EntSysAppSetup> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <CreateBy>sample string 6</CreateBy> <CreateTime>2024-11-21T16:54:38.426094+08:00</CreateTime> <EditBy>sample string 7</EditBy> <EditTime>2024-11-21T16:54:38.426094+08:00</EditTime> <ID>2</ID> <KeyName>sample string 3</KeyName> <KeyValue>sample string 4</KeyValue> <Remark>sample string 5</Remark> <RowNumber>sample string 1</RowNumber> </EntSysAppSetup> </d2p1:items> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultOfEntSysAppSetupJWrFJ9jlDN9A7J8d>