GET api/FAQs/{portID}
Returns FAQs for a specific port.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portID |
The ID of the port. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of FAQs for the specified port, ordered by numerical order.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.