Administrator
- Administrator
- All Products
/public/core/v3/license/org/<orgId>
Field
| Type
| Description
|
---|---|---|
customLicenses
| List
| Information about the organization's custom licenses.
|
licenseDef
| String
| Included in the customLicenses object.
The unique identifier for the custom license.
|
expirationDate
| String
| Included in the customLicenses object.
Time at which the license expires.
|
licenseType
| Included in the custom license object.
Type of license.
Includes the following values:
| |
assignedEditions
| List
| Information about the organization's editions in the edition object.
|
edition
| String
| Included in the edition object.
Unique identifier for the limit.
|
expirationDate
| String
| Included in the edition object.
Expiration date for the edition.
|
customLimits
| List
| Information about the organization's custom limits.
|
limitDefinition
| String
| Included in the customLimit object.
Unique identifier for the limit.
|
value
| Integer
| Included in the customLimit object.
Maximum uses of the limit.
Use
-1 to indicate there is no maximum for the limit.
|
GET <baseApiUrl>/public/core/v3/license/org/1ax3wad2FEsz35asd2892s Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId>
{ "id": "1ax3wad2FEsz35asd2892s", "parentOrg": null, "customLicenses": [ { "licenseType": "SUBSCRIPTION", "expirationDate": "2017-11-05T18:01:24Z", "licenseDef": "a5Xjp3VF3sjcyZUDa6UaWh" } ], "assignedEditions": [ { "expirationDate": "2017-11-05T18:01:24Z", "edition": "4sdvnCrYEjfcKjTvAoigEF" }, { "expirationDate": "2018-10-06T18:00:08Z", "edition": "5SPzPwEFvBEds8LzVwXX4K" } ], "customLimits": [ { "value": -1, "limitDefinition": "09cX4Tmi1qSfrS997ORMYl" } ] }