Skip to main content

app

Retrieve a single application.

app(
id: Int
): App

Example

query (
$id: Int
$excludeUniqueLabels: [String]
$id2: Int
$isMultisite: Boolean
$launched: Boolean
$name: String
$type: String
$id3: Int!
$active: Boolean
$after: String
$first: Int
$notificationRecipientId: Int
$organizationSubscriptionsOnly: Boolean
$vin: Boolean
$permissions: [String]
) {
app(id: $id) {
active
createdAt
environments(
excludeUniqueLabels: $excludeUniqueLabels
id: $id2
isMultisite: $isMultisite
launched: $launched
name: $name
type: $type
) {
active
appId
backupPolicyId
backupsSqlDumpTool
branch
createdAt
currentCommit
datacenter
dbOperationInProgress
defaultDomain
deploymentStrategy
id
isDBPartitioningEnabled
isFedramp
isHipaa
isK8sResident
isLiveBackupCopyAllowed
isMultisite
isOnLatestCode
isSubdirectoryMultisite
launchModeEndAt
launched
name
repo
type
uniqueLabel
wpcliStrategy
}
features {
active
appId
context
id
name
}
id
name
notificationSubscription(id: $id3) {
active
createdAt
description
entityType
entityValue
id
updatedAt
vin
}
notificationSubscriptions(
active: $active
after: $after
first: $first
notificationRecipientId: $notificationRecipientId
organizationSubscriptionsOnly: $organizationSubscriptionsOnly
vin: $vin
) {
nextCursor
total
}
organization {
considerUsersInactiveAfterDays
enforceSSOAccess
id
isFedramp
isHipaa
letsEncryptDisallowed
name
salesforceId
serviceStatus
slug
supportPackage
traffic
trafficType
}
organizationId
pageviews {
apiRequests
appRequests
endDate
startDate
staticRequests
total
}
permissions(permissions: $permissions) {
isAllowed
permission
}
primaryEnvironment {
active
appId
backupPolicyId
backupsSqlDumpTool
branch
createdAt
currentCommit
datacenter
dbOperationInProgress
defaultDomain
deploymentStrategy
id
isDBPartitioningEnabled
isFedramp
isHipaa
isK8sResident
isLiveBackupCopyAllowed
isMultisite
isOnLatestCode
isSubdirectoryMultisite
launchModeEndAt
launched
name
repo
type
uniqueLabel
wpcliStrategy
}
repo
repository {
fullName
htmlUrl
name
organization
platform
}
serviceStatus
supportPackage
type
typeId
}
}

Arguments

app.id ● Int scalar common

The application ID.

Type

App object common

An application managed in WordPress VIP. This is the primary entry point for traversing into environment-level operational reads.