Hi,
in the NetServer SOAP API it is possible to get SystemInfo. Specifically I need to get the ID of the owner Contact.
var ownerCardId = SuperOffice.SoSystemInfo.GetCurrent().CompanyId;
I couldn't find the corresponding functionality in the REST API. Did I not look hard enough?