GET api/flm/get?id={id}
Returns the FacilityListMessage XML document for the specific site. If etag header and value passed, only updated xml is returned along with the site's new etag value. The format of the KDMDeliveryMethodList includes a DeliveryMethod tag wrapped around each method, for example: .........
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
someExhibitor.com:2345 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |