GET api/Other/DeviceSourceProject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DeviceSourceProjectInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| fullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"fullName": "sample string 2"
},
{
"name": "sample string 1",
"fullName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDeviceSourceProjectInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
<DeviceSourceProjectInfo>
<fullName>sample string 2</fullName>
<name>sample string 1</name>
</DeviceSourceProjectInfo>
<DeviceSourceProjectInfo>
<fullName>sample string 2</fullName>
<name>sample string 1</name>
</DeviceSourceProjectInfo>
</ArrayOfDeviceSourceProjectInfo>