GET api/aidDecision/GetSubWarn?parentCode={parentCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parentCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfListOfEntAppAllSubWarnName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | Collection of EntAppAllSubWarn |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": [ { "isUpdate": true, "isUsingBool": true, "id": 3, "parentCode": "sample string 4", "warnTypeCode": "sample string 5", "warnTypeCn": "sample string 6", "daysConfig": 7, "willEndDays": 8, "showSeqence": 9, "createUser": "sample string 10", "createDate": "2024-11-21 16:43:21", "updateUser": "sample string 11", "updateDate": "2024-11-21 16:43:21", "isUsing": 12, "pageSize": 13, "pageIndex": 14, "totalCount": 15 }, { "isUpdate": true, "isUsingBool": true, "id": 3, "parentCode": "sample string 4", "warnTypeCode": "sample string 5", "warnTypeCn": "sample string 6", "daysConfig": 7, "willEndDays": 8, "showSeqence": 9, "createUser": "sample string 10", "createDate": "2024-11-21 16:43:21", "updateUser": "sample string 11", "updateDate": "2024-11-21 16:43:21", "isUsing": 12, "pageSize": 13, "pageIndex": 14, "totalCount": 15 } ], "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfArrayOfEntAppAllSubWarnJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data> <EntAppAllSubWarn> <PageIndex>14</PageIndex> <PageSize>13</PageSize> <TotalCount>15</TotalCount> <CreateDate>2024-11-21T16:43:21.1786147+08:00</CreateDate> <CreateUser>sample string 10</CreateUser> <DaysConfig>7</DaysConfig> <Id>3</Id> <IsUpdate>true</IsUpdate> <IsUsing>12</IsUsing> <IsUsingBool>true</IsUsingBool> <ParentCode>sample string 4</ParentCode> <ShowSeqence>9</ShowSeqence> <UpdateDate>2024-11-21T16:43:21.1786147+08:00</UpdateDate> <UpdateUser>sample string 11</UpdateUser> <WarnTypeCn>sample string 6</WarnTypeCn> <WarnTypeCode>sample string 5</WarnTypeCode> <WillEndDays>8</WillEndDays> </EntAppAllSubWarn> <EntAppAllSubWarn> <PageIndex>14</PageIndex> <PageSize>13</PageSize> <TotalCount>15</TotalCount> <CreateDate>2024-11-21T16:43:21.1786147+08:00</CreateDate> <CreateUser>sample string 10</CreateUser> <DaysConfig>7</DaysConfig> <Id>3</Id> <IsUpdate>true</IsUpdate> <IsUsing>12</IsUsing> <IsUsingBool>true</IsUsingBool> <ParentCode>sample string 4</ParentCode> <ShowSeqence>9</ShowSeqence> <UpdateDate>2024-11-21T16:43:21.1786147+08:00</UpdateDate> <UpdateUser>sample string 11</UpdateUser> <WarnTypeCn>sample string 6</WarnTypeCn> <WarnTypeCode>sample string 5</WarnTypeCode> <WillEndDays>8</WillEndDays> </EntAppAllSubWarn> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfArrayOfEntAppAllSubWarnJWrFJ9jl>