POST api/v1/ConfigAppScreen_ConfigAppScreen_Relation/List
Request Information
URI Parameters
None.
Body Parameters
ConfigAppScreen_ConfigAppScreen_RelationParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppScreenParentId | string |
None. |
|
| AppScreenParentCode | string |
None. |
|
| FilterQuery | Dictionary of string [key] and Object [value] |
None. |
|
| ScreenGUID | string |
None. |
|
| DocumentWidth | integer |
None. |
|
| Url | string |
None. |
|
| OptionConfigsMore | Dictionary of string [key] and Object [value] |
None. |
|
| QuerySearch | Dictionary of string [key] and Object [value] |
None. |
|
| IsTestCase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppScreenParentId": "sample string 1",
"AppScreenParentCode": "sample string 2",
"FilterQuery": null,
"ScreenGUID": "sample string 3",
"DocumentWidth": 4,
"Url": "sample string 5",
"OptionConfigsMore": null,
"QuerySearch": null,
"IsTestCase": true
}
application/xml, text/xml
Sample:
<ConfigAppScreen_ConfigAppScreen_RelationParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models"> <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">4</DocumentWidth> <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase> <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 3</ScreenGUID> <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 5</Url> <AppScreenParentCode>sample string 2</AppScreenParentCode> <AppScreenParentId>sample string 1</AppScreenParentId> </ConfigAppScreen_ConfigAppScreen_RelationParamModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfEzyDataSourceResultOfConfigAppScreen_ConfigAppScreen_RelationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | EzyDataSourceResultOfConfigAppScreen_ConfigAppScreen_RelationModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
},
{
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
}
],
"DataTotal": [
{
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
},
{
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
}
],
"ExtraData": {},
"Errors": {},
"Total": 2
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfEzyDataSourceResultOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQYUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
<d2p1:Errors />
<d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<d2p1:Total>2</d2p1:Total>
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models">
<d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:AppScreenChildId>sample string 4</d3p1:AppScreenChildId>
<d3p1:AppScreenParentCode>sample string 3</d3p1:AppScreenParentCode>
<d3p1:AppScreenParentId>sample string 2</d3p1:AppScreenParentId>
<d3p1:DirectUrl>sample string 11</d3p1:DirectUrl>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:IsDisable>true</d3p1:IsDisable>
<d3p1:Note>sample string 6</d3p1:Note>
<d3p1:OrderNo>9</d3p1:OrderNo>
<d3p1:RelationType>sample string 5</d3p1:RelationType>
<d3p1:ScreenConfig>sample string 10</d3p1:ScreenConfig>
<d3p1:Title>sample string 8</d3p1:Title>
</d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:AppScreenChildId>sample string 4</d3p1:AppScreenChildId>
<d3p1:AppScreenParentCode>sample string 3</d3p1:AppScreenParentCode>
<d3p1:AppScreenParentId>sample string 2</d3p1:AppScreenParentId>
<d3p1:DirectUrl>sample string 11</d3p1:DirectUrl>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:IsDisable>true</d3p1:IsDisable>
<d3p1:Note>sample string 6</d3p1:Note>
<d3p1:OrderNo>9</d3p1:OrderNo>
<d3p1:RelationType>sample string 5</d3p1:RelationType>
<d3p1:ScreenConfig>sample string 10</d3p1:ScreenConfig>
<d3p1:Title>sample string 8</d3p1:Title>
</d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
</d2p1:Data>
<d2p1:DataTotal xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models">
<d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:AppScreenChildId>sample string 4</d3p1:AppScreenChildId>
<d3p1:AppScreenParentCode>sample string 3</d3p1:AppScreenParentCode>
<d3p1:AppScreenParentId>sample string 2</d3p1:AppScreenParentId>
<d3p1:DirectUrl>sample string 11</d3p1:DirectUrl>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:IsDisable>true</d3p1:IsDisable>
<d3p1:Note>sample string 6</d3p1:Note>
<d3p1:OrderNo>9</d3p1:OrderNo>
<d3p1:RelationType>sample string 5</d3p1:RelationType>
<d3p1:ScreenConfig>sample string 10</d3p1:ScreenConfig>
<d3p1:Title>sample string 8</d3p1:Title>
</d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
<d3p1:AppScreenChildId>sample string 4</d3p1:AppScreenChildId>
<d3p1:AppScreenParentCode>sample string 3</d3p1:AppScreenParentCode>
<d3p1:AppScreenParentId>sample string 2</d3p1:AppScreenParentId>
<d3p1:DirectUrl>sample string 11</d3p1:DirectUrl>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:IsDisable>true</d3p1:IsDisable>
<d3p1:Note>sample string 6</d3p1:Note>
<d3p1:OrderNo>9</d3p1:OrderNo>
<d3p1:RelationType>sample string 5</d3p1:RelationType>
<d3p1:ScreenConfig>sample string 10</d3p1:ScreenConfig>
<d3p1:Title>sample string 8</d3p1:Title>
</d3p1:ConfigAppScreen_ConfigAppScreen_RelationModel>
</d2p1:DataTotal>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataSourceResultOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQYUXXDg0Sb>