ApplicationData
No description
type ApplicationData {
code: String!
name: String!
imageUrl: URI
appGroupCode: String!
appSupplierCode: String!
version: Int!
steps: [String!]
summary: String!
overview: String!
pricing: String!
howToInstall: String!
howToUse: String!
security: String!
isPreinstalled: Boolean!
}
Fields
ApplicationData.code ● String! non-null scalar
Unique identifier code of the application.
ApplicationData.name ● String! non-null scalar
Display name of the application.
ApplicationData.imageUrl ● URI scalar
URL of the image or logo associated with the application.
ApplicationData.appGroupCode ● String! non-null scalar
Code of the application group to which this application belongs.
ApplicationData.appSupplierCode ● String! non-null scalar
Supplier code linked to this application.
ApplicationData.version ● Int! non-null scalar
Current version number of the application.
ApplicationData.steps ● [String!] list scalar
List of execution steps or stages defined for this application.
ApplicationData.summary ● String! non-null scalar
A short description that summarizes the application in one or two sentences.
ApplicationData.overview ● String! non-null scalar
A detailed explanation of the application, its features, and main use cases.
ApplicationData.pricing ● String! non-null scalar
Information about the pricing model, including free tiers, plans, or licensing details.
ApplicationData.howToInstall ● String! non-null scalar
Step-by-step instructions on how to install, configure, and set up the application.
ApplicationData.howToUse ● String! non-null scalar
Step-by-step instructions on how to adapt the application solution into your response.
ApplicationData.security ● String! non-null scalar
Details about the application's security practices, such as authentication, data protection, or compliance standards.
ApplicationData.isPreinstalled ● Boolean! non-null scalar
Indicates whether the application comes pre-installed with the platform.
Member Of
Application object