GET api/License/HasFeature/{id}
Checks if the current solution has a license that includes the specified feature id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the feature |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a bool indicating if the feature is licensed or not
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>