GET api/Parameter/GetBaseParameter/{identifier}
Gets a parameter as a BaseParameter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier |
The identifier of the parameter |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a BaseParameter
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.