GET api/Descriptor/IntSectElement
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IntSectElement| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IntSectEle | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IntSectEle": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedOn": "sample string 4"
},
{
"Id": 1,
"IntSectEle": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedOn": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfIntSectElement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication5.Models">
<IntSectElement>
<CreatedBy>sample string 3</CreatedBy>
<CreatedOn>sample string 4</CreatedOn>
<Id>1</Id>
<IntSectEle>sample string 2</IntSectEle>
</IntSectElement>
<IntSectElement>
<CreatedBy>sample string 3</CreatedBy>
<CreatedOn>sample string 4</CreatedOn>
<Id>1</Id>
<IntSectEle>sample string 2</IntSectEle>
</IntSectElement>
</ArrayOfIntSectElement>