For Developers
Licenses Overview
A License is the relationship between a Product and an Entity.
Properties
Property | Type | Description |
---|---|---|
id | string | The UUID for the object. |
product_id | string | The UUID of the licensed product. |
integration_id | string | The UUID of the associated integration. |
school_count | number | A count of the schools assigned a license. |
class_count | number | A count of the classes assigned a license. |
person_count | number | A count of the people assigned a license. |
JSON Example
{
"id": "00000000-0000-0000-0000-000000000000",
"product_id": "00000000-0000-0000-0000-000000000000",
"integration_id": "00000000-0000-0000-0000-000000000000",
"school_count": 0,
"class_count": 0,
"person_count": 0
}