GET api/Register/GetTrafficSources/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TrafficSourceList| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceID | string |
None. |
|
| SourceDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sourceID": "sample string 1",
"sourceDesc": "sample string 2"
},
{
"sourceID": "sample string 1",
"sourceDesc": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfTrafficSourceList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TrafficSourceList>
<SourceID>sample string 1</SourceID>
<SourceDesc>sample string 2</SourceDesc>
</TrafficSourceList>
<TrafficSourceList>
<SourceID>sample string 1</SourceID>
<SourceDesc>sample string 2</SourceDesc>
</TrafficSourceList>
</ArrayOfTrafficSourceList>