GET api/Reflectors/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Reflector
NameDescriptionTypeAdditional information
ObjectName

string

None.

PropertyName

string

None.

PropertyType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ObjectName": "sample string 1",
    "PropertyName": "sample string 2",
    "PropertyType": "sample string 3"
  },
  {
    "ObjectName": "sample string 1",
    "PropertyName": "sample string 2",
    "PropertyType": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfReflector xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IneoMData.Api.Model">
  <Reflector>
    <ObjectName>sample string 1</ObjectName>
    <PropertyName>sample string 2</PropertyName>
    <PropertyType>sample string 3</PropertyType>
  </Reflector>
  <Reflector>
    <ObjectName>sample string 1</ObjectName>
    <PropertyName>sample string 2</PropertyName>
    <PropertyType>sample string 3</PropertyType>
  </Reflector>
</ArrayOfReflector>