Web Service Method: Get PoolParty License
Abstract
Web Service Method: Get PoolParty License
Description |
---|
Returns details about the license of this PoolParty installation. |
URL: PoolParty/api/license
Request
Supported Methods |
---|
GET |
Returns 200 OK when the corresponding resource has been fetched and transmitted to the response. The response message is JSON formatted.
Request pattern
http://<server-url>/PoolParty/api/license
Example Request
https://preview.poolparty.biz/PoolParty/api/license
Example Response
{ "valid": true, "uid": "5.0.0-preview_poolparty_biz__Integrator_-evaluation", "type": "evaluation", "licensee": "preview.poolparty.biz (Integrator)", "issueDate": "2016-07-06T00:00:00.000+02:00", "issueDateInMillis": 1467756000000, "expiryDate": "2017-12-31T00:00:00.000+01:00", "expiryDateInMillis": 1514674800000, "minimumVersion": "5.0.0", "maximumVersion": "6.9.9", "features": [ "feature.search.basic", "feature.extractor.basic", "feature.thesaurus.virtuoso.export", "feature.thesaurus.skosxl", "feature.dbpedia.autocomplete", "feature.thesaurus.quality", "feature.thesaurus.advanced", "feature.extractor.advanced", "feature.extractor.virtuoso", "feature.thesaurus.autopopulate", "feature.thesaurus.advanced.corpus.management", "feature.workflow", "feature.thesaurus.ld.publishing", "feature.thesaurus.basic", "feature.thesaurus.custom.schemas", "feature.thesaurus.multiple.corpora" ], "ipConstraint": "*", "macConstraint": "*" }