Retrieves all replication policies for the customer with pagination. Returns policy details including transfer rates, schedule, and association counts.
get /dcapi/som/replication-policies
https://{server-hostname}:8383/dcapi/som/replication-policies
SOM.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/som/replication-policies \
--header 'Accept: application/replicationPolicies.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the replication policy
Name of the replication policy defined by the administrator
Description of the replication policy provided by the administrator. Returns an empty value if not specified
Maximum data transfer rate between endpoint central server and remote office (for example, 0 indicates no limit; supported values include 512, 1024, 2048)
Maximum Data transfer rate between remote offices and computers
Interval, in minutes, at which data is synchronized between the Distribution Server and the central server
Comma-separated list of days on which replication is active (for example, '1,2,3,4,5,6,7' represents Sunday through Saturday)
Start time of the replication window in HH:mm format (for example, '08:00')
End time of the replication window in HH:mm format (for example, '18:00')
Timestamp indicating when the replication policy was created, formatted as 'MMM d, yyyy hh:mm a' (for example, 'Apr 8, 2026 02:57 PM')
Timestamp indicating when the replication policy was last modified, formatted as 'MMM d, yyyy hh:mm a'
Creation timestamp represented in epoch milliseconds
Last modified timestamp represented in epoch milliseconds
Unique identifier of the user who created the replication policy
Username of the user who created the replication policy
Total number of remote offices currently associated with this replication policy
List of replication policies
[
{
"modifiedTime": "Apr 8, 2026 02:58 PM",
"modifiedTimeInSeconds": "1775640497165",
"windowStartTime": "08:00",
"policyName": "Default Replication Policy",
"windowEndTime": "18:00",
"replicationInterval": 60,
"replicationPolicyID": "1",
"description": "Standard daily replication",
"createdTimeInSeconds": "1736499600",
"daysOfWeek": "1,2,3,4,5",
"userID": "1",
"dataTransferRateLAN": "2048",
"createdTime": "Apr 8, 2026 02:57 PM",
"associatedRemoteOfficeCount": 3,
"dataTransferRate": "512",
"username": "admin"
}
]
204 No Content![]()
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.