When fetching a page in CSOM from a SharePoint add-in, how is it possible to fetch the ZoneId of a certain web part? With the "SPLimitedWebPartManager" you have a method "GetZoneID" (https://msdn.microsoft.com/EN-US/library/microsoft.sharepoint.webpartpages.splimitedwebpartmanager.getzoneid.aspx)
But of course you don't have that one available in CSOM. When checking the available methods on the "LimitedWebPartManager" I don't see anything that comes near to it: