GET api/License/Features
Gets all the features licensed for the current solution
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a list of all licensed features
Collection of WorkPoint365.WebAPI.Model.WorkPoint365FeatureResponse Formats
application/json, text/json
Sample:
[ 1, 1 ]
application/xml, text/xml
Sample:
<ArrayOfWorkPoint365Feature xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <WorkPoint365Feature>Aggregation</WorkPoint365Feature> <WorkPoint365Feature>Aggregation</WorkPoint365Feature> </ArrayOfWorkPoint365Feature>