For Developers

Licenses Overview

A License is the relationship between a Product and an Entity.

Properties

PropertyTypeDescription
idstringThe UUID for the object.
product_idstringThe UUID of the licensed product.
integration_idstringThe UUID of the associated integration.
school_countnumberA count of the schools assigned a license.
class_countnumberA count of the classes assigned a license.
person_countnumberA 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
}