GET api/v1/ConfigAppScreen_ConfigAppScreen_Relation/Detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModel
NameDescriptionTypeAdditional information
Data

ConfigAppScreen_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": {
    "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": 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:
<EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQY 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.APIService.AppSystemService.Models">
    <d2p1:AppScreenChildId>sample string 4</d2p1:AppScreenChildId>
    <d2p1:AppScreenParentCode>sample string 3</d2p1:AppScreenParentCode>
    <d2p1:AppScreenParentId>sample string 2</d2p1:AppScreenParentId>
    <d2p1:DirectUrl>sample string 11</d2p1:DirectUrl>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:IsDisable>true</d2p1:IsDisable>
    <d2p1:Note>sample string 6</d2p1:Note>
    <d2p1:OrderNo>9</d2p1:OrderNo>
    <d2p1:RelationType>sample string 5</d2p1:RelationType>
    <d2p1:ScreenConfig>sample string 10</d2p1:ScreenConfig>
    <d2p1:Title>sample string 8</d2p1:Title>
  </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>
</EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQY>