API Docs / Schemas / PackageDto

PackageDto

Response DTO for package information

Properties

Name Type Description
codestring

The unique code for this package

The unique code for this package

namestring

Display name of the package

Display name of the package

descriptionstring

Detailed description of the package and its features

Detailed description of the package and its features

isArchivedboolean

When true, prevents new tenants from being assigned to this package

When true, prevents new tenants from being assigned to this package

moduleCountinteger

Number of modules included in this package

Number of modules included in this package

tenantCountinteger

Number of tenants assigned to this package

Number of tenants assigned to this package

modulesarray of CodeAndNameDto

Collection of modules included in this package

Collection of modules included in this package

createdDatestring

When the package was created

When the package was created

updatedDatestring

When the package was last updated

When the package was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "isArchived": false,
  "moduleCount": 0
}