Skip to main content

appsInstallations Query

List of all apps installations

Requires the MANAGE_APPSpermission.
appsInstallations: [AppInstallation!]!
Details
type AppInstallation implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
appName: String!
manifestUrl: String!
brand: AppBrand
}

Type​

AppInstallation​

Represents ongoing installation of app.