Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/MDOList/relateddatafields Authorization: Basic dGplMDpUamUw Accept: application/json; charset=utf-8 Accept-Language: *
var listProvider = ClassFactory.CreateRequired<SuperOffice.CRM.Lists.ISoListProviderFactory>().Create("relateddatafields", forceFlatList: true); foreach (var item in listProvider.RootItems) { Console.WriteLine("{0} {1} {2} {3}", item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo); }
Related topics