• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"resource" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

MDO provider for resources (from the associate table)

Implemented by the ResourceMDOProvider class. The name of the MDO list is 'resource'.

Sample Request

GET /api/v1/MDOList/resource
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("resource", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
41 ResourceItem 1: No heading
42 ResourceItem 2: No heading
43 ResourceItem 3: No heading
79 ResourceItem 12: Heading 1 og 3
44 ResourceItem 4: Heading 1
45 ResourceItem 5: Heading 1
46 ResourceItem 6: Heading 1
80 ResourceItem 13: Heading 2 og 3
47 ResourceItem 7: Heading 2
48 ResourceItem 8: Heading 2
49 ResourceItem 9: Heading 2

Related MDO Lists

  • "resourceheadings"
  • "resourceheadingswithallitem"
  • "resourceheadingswithallitemwithnoselection"
  • "resourceheadingswithnoselection"
  • "resourcewithallitem"
  • "resourcewithallitemwithnoselection"
  • "resourcewithnoselection"
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top