2.1.1 Catalog object
Represents a catalog.
Fields
Field | Type | Description |
---|---|---|
id required |
String | The unique ID of the catalog. |
name required |
String | The human readable name of the catalog. |
description required |
String | An optional description of the catalog. |
created required |
Date | The creation date of the catalog. |
icon optional |
2.1.1 Media object | An icon representing the object. |
cover optional |
2.1.1 Media object | An optional cover that is used for this object. |
organization optional |
2.1.1 Organization object | The organization that owns the catalog. |
numberOfConsumers optional |
Long | The number of users that can access the catalog. |
subscriptionTermination optional |
2.1.1 SubscriptionTermination object | Defines when user's access to the catalog is automatically revoked. |
Last updated on