Retrieves details of a specific remote office (branch office) by ID including DS details, proxy configuration, replication policy, and auto-install settings.
get /dcapi/som/remote-offices/{remote_office_id}
https://{server-hostname}:8383/dcapi/som/remote-offices/{remote_office_id}
SOM.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier for the remote office, get remote office id from Get Remote Offices resource_id field in response
curl --request GET \
--url https://appdomain/dcapi/som/remote-offices/{remote_office_id} \
--header 'Accept: application/remoteOfficeDetails.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the remote office
Display name of the remote office as configured by the administrator
Administrator-provided description of the remote office. Returns '--' if not set
Communication type between agents and the server: 'DS' (via Distribution Server) or 'Direct' (direct to server)
Protocol used for agent communication: HTTPS
Total number of computers currently managed under this remote office
Whether a proxy server is configured for this remote office
Proxy server configuration for agent communication. Present only when isProxyDefined is true
Hostname or IP address of the proxy server used for agent-to-server communication
Port number on which the proxy server listens for connections
Username for authenticating with the proxy server. Empty if the proxy does not require authentication
Whether a Distribution Server is associated with this remote office
Distribution Server configuration and status details. Present only when hasDS is true
Unique identifier of the Distribution Server
Hostname or display name of the Distribution Server
Fully qualified DNS name of the Distribution Server
Array of IP addresses assigned to the Distribution Server
NetBIOS name of the domain where the Distribution Server resides
HTTP port number used by the Distribution Server for communication
HTTPS port number used by the Distribution Server for secure communication
Current status of the Distribution Server (e.g., DS Installed, DS Installation Failed, DS Not Reachable)
Installed version of the Distribution Server software (e.g., 11.5.2611.03)
Specifies the Distribution Server installation state in the remote office, (Possible values listed below)
21 - Yet to install
22 - Installed
23 - Uninstalled
29 - Installation Failure
Timestamp of the last successful contact with the Distribution Server, or '--' if never contacted
Formatted timestamp of when the Distribution Server details were last updated
Whether OS Deployment is enabled for this remote office
OS Deployment configuration including replication policy and ADK install settings. Present only when hasOSDeployment is true
Unique identifier of the replication policy used for OS Deployment data synchronization
Automatic Windows ADK installation flag: 0 = disabled, 1 = enabled
Array of OS image repository configurations for this remote office
Array of driver repository configurations for this remote office
Auto-installation configuration including agent and DS auto-install toggles and the credential used for installation
Whether automatic agent installation is enabled for newly discovered computers in this remote office
Whether automatic Distribution Server installation is enabled for this remote office
Credential details used for auto-installation of agents and Distribution Servers
Unique identifier of the credential used for auto-installation. Fetch from List Credentials
Universally unique identifier (UUID) of the credential. Returns null if not applicable
Administrator-defined display name of the credential
NetBIOS name of the domain associated with the credential. Empty string if not domain-specific
Summary of the replication policy assigned to this remote office for data synchronization
Unique identifier of the replication policy assigned to this remote office
Display name of the assigned replication policy
Data sync interval in minutes between the Distribution Server and the central server
Remote control session settings including compression and display color depth configuration
Remote control data compression: 0 = disabled, 1 = enabled. Reduces bandwidth usage during remote sessions
Remote control display color depth in bits: 4 (16 colors), 8 (256 colors), 16 (High Color), or 24 (True Color)
HTTP status code (404)
Error code identifying the resource that was not found
Error message describing the missing resource
Remote office with Distribution Server
{
"dsDetails": {
"dsHTTPSPort": "8384",
"updatedTime": "Apr 13, 2026 04:47 PM",
"dsName": "DSserver1",
"dsID": "3039",
"dsStatus": "DS Installation Failed",
"dsVersion": "11.5.2611.03",
"dsHTTPPort": "8021",
"dsLastContactTime": "--",
"dsIPAddress": [
"10.92.63.36"
],
"dsInstallationStatus": 29,
"domainNetbiosName": "ECSOM",
"dsDNSName": "ds.mycomp.com"
},
"description": "--",
"communicationType": "DS",
"replicationPolicy": {
"policyName": "Business Hours Only",
"replicationInterval": 30,
"replicationPolicyID": "902"
},
"agentCommunication": "HTTPS",
"remoteControlSettings": {
"compression": 1,
"colorQuality": 16
},
"hasDS": true,
"hasOSDeployment": false,
"remoteOfficeID": "906",
"remoteOfficeName": "US DS",
"remoteInstallationDetails": {
"credentialDetails": {
"credentialUUID": null,
"credentialID": "3",
"credentialName": "ECSOM",
"domainNetbiosName": ""
},
"isDSAutoInstall": true,
"isAgentAutoInstall": true
},
"isProxyDefined": false,
"managedComputerCount": 0
}
Remote office not found
{
"errorCode": "30028",
"message": "Remote office does not exist",
"statusCode": 404
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.