Re: Replication using basic JSON messages
Hi Wim,
those extra tables mentioned in the tutorial can be seen as multi-valued attributes, that can be requested the same way as other columns. But instead of a single value you get back an array.
Example:
- {"mt":"ReplicateStart","api":"PbxTableUsers","columns":{"guid":{},"cn":{},"grps":{}}}
- {"mt":"ReplicateNextResult","api":"PbxTableUsers","columns":{"guid":"26a83200deaf5e01a50b0090334106ee","cn":"Atlantis","grps":[{"name":"group1"},{"name":"group2","dyn":"in"}]}}
BR
Matthias