GET api/License/HasFeature/{id}

Checks if the current solution has a license that includes the specified feature id

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>