blob: eea4967ca894d0a5d25ab5c3c377ac76ed2aca5e [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
2 "results": [
3 {
4 "name": "fs1",
5 "id": "0",
6 "description": "fs1-description",
7 "licenseKeyGroupsIds": [
8 "1"
9 ],
10 "entitlementPoolsIds": [
11 "1"
12 ],
13 "referencingLicenseAgreements": ["1","2"]
14 },
15 {
16 "name": "fs2",
17 "id": "1",
18 "description": "fs2-description",
19 "licenseKeyGroupsIds": [
20 "2"
21 ],
22 "entitlementPoolsIds": [
23 "2"
24 ],
25 "referencingLicenseAgreements": []
26 }
27 ]
28}