Skip to main content

AgentforceSyncProgressInput

Input for querying Agentforce sync progress

input AgentforceSyncProgressInput {
applicationId: Int!
environmentId: Int!
networkSiteId: Int
url: String @deprecated
}

Fields

AgentforceSyncProgressInput.applicationId ● Int! non-null scalar common

The unique ID of the Application

AgentforceSyncProgressInput.environmentId ● Int! non-null scalar common

The unique ID of the Environment

AgentforceSyncProgressInput.networkSiteId ● Int scalar common

Network site ID for multisite - specifies which subsite to query

AgentforceSyncProgressInput.url ● String deprecated scalar common

DEPRECATED

Use networkSiteId instead

Deprecated: use networkSiteId for multisite sync targeting

Member Of

agentforceSyncProgress query