- SuiteListItemDTO
Represents a product and its related licensing configuration
License model associated with the product
Unique product name
Quantity per copy of the product.
This field is applicable only when the Product is linked through Entitlement → LineItem.
Returns null if no relevant parent association exists
Version identifier of the product
Human readable description
List of feature bundles linked to this product
List of features belonging to this product
Supported host types
License generator identifier
License model associated with this product
Licensing technology identifier
Obsolete Fulfillment Download End User flag
Obsolete Fulfillment Download Producer flag
List of part numbers tied to the product
Product category label
Current lifecycle state of the product
Variable name for upgrade email template
Indicates if product is used on a device
{ "licenseModel": { "__typename": "LicenseModel" }, "productName": "Example String", "quantityPerCopy": 40, "version": "Example String", "description": "Example String", "featureBundles": [ { "__typename": "FeatureBundle" } ], "features": [ { "__typename": "Feature" } ], "hostTypes": [ "Example String" ], "licenseGenerator": "Example String", "licenseModels": [ { "__typename": "LicenseModel" } ], "licenseTechnology": "Example String", "obsoleteFulfillmentDownloadEndUser": true, "obsoleteFulfillmentDownloadProducer": true, "partNumbers": [ "Example String" ], "productCategory": "Example String", "state": "Example String", "upgradeEmailTemplateVarName": "Example String", "usedOnDevice": true }
Paginated response carrying a list of products
Represents pagination information
List of product entities
{ "pagination": { "__typename": "Pagination" }, "productList": [ { "__typename": "Product" } ] }
Represents a generic response
Response message
Response status
{ "message": "Example String", "status": "Example String" }
Result item containing status and error message
Error message if status is error
Status of the operation (success/error)
{ "errorMsg": "Example String", "status": "Example String" }
Complete suite details including products, part numbers, and attributes.
Creation date (ISO 8601 format)
Description of the suite
List of supported host types
License generator
List of license models
License technology
Obsolete fulfillment download for end user
Obsolete fulfillment download for producer
Package name
Package version
Package version format
List of part numbers associated with the suite
List of products in the suite
State of the suite (e.g., DRAFT, DEPLOYED, OBSOLETE, INACTIVE)
Suite attributes (custom attributes)
Suite category
Name of the suite
Last modified date (ISO 8601 format)
Indicates if suite is used on device
Version of the suite
{ "createdOn": "Example String", "description": "Example String", "hostTypes": [ "Example String" ], "licenseGenerator": "Example String", "licenseModels": [ { "__typename": "LicenseModel" } ], "licenseTechnology": "Example String", "obsoleteFulfillmentDownloadEndUser": true, "obsoleteFulfillmentDownloadProducer": true, "packageName": "Example String", "packageVersion": "Example String", "packageVersionFormat": "Example String", "partNumbers": [ "Example String" ], "products": [ { "__typename": "SuiteProductDTO" } ], "state": "Example String", "suiteAttributes": [ "Example Custom Scalar" ], "suiteCategory": "Example String", "suiteName": "Example String", "updatedOn": "Example String", "usedOnDevice": true, "version": "Example String" }
Suite list item with basic information.
Creation date (ISO 8601 format)
Description of the suite
License generator
License technology
Obsolete fulfillment download for end user
Obsolete fulfillment download for producer
Package name
Package version
Package version format
State of the suite (e.g., DRAFT, DEPLOYED, OBSOLETE, INACTIVE)
Suite category
Name of the suite
Last modified date (ISO 8601 format)
Indicates if suite is used on device
Version of the suite
{ "createdOn": "Example String", "description": "Example String", "licenseGenerator": "Example String", "licenseTechnology": "Example String", "obsoleteFulfillmentDownloadEndUser": true, "obsoleteFulfillmentDownloadProducer": true, "packageName": "Example String", "packageVersion": "Example String", "packageVersionFormat": "Example String", "state": "Example String", "suiteCategory": "Example String", "suiteName": "Example String", "updatedOn": "Example String", "usedOnDevice": true, "version": "Example String" }
Paginated response containing a list of suites.
Pagination information
List of suites
{ "pagination": { "__typename": "Pagination" }, "suiteList": [ { "__typename": "SuiteListItemDTO" } ] }
Suite product details in response.
Name of the product
Quantity of the product
State of the product
Version of the product
{ "productName": "Example String", "quantity": 40, "state": "Example String", "version": "Example String" }
Response containing a single suite.
The suite data
{ "suite": { "__typename": "SuiteDTO" } }
Account information associated with a user
Unique identifier for the account
Name of the account
Type of the account
Expiration date of the account access
Roles assigned to the user for this account
{ "accountId": "Example String", "accountName": "Example String", "accountType": "Example String", "expiryDate": "Example String", "roles": [ "Example String" ] }