"associaterestrictions" MDO List
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Public MDO provider based on the AssociateRestrictionsMDOProviderBase.
Implemented by the
Sample Request
GET /api/v1/MDOList/associaterestrictions
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("associaterestrictions", 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 |
---|---|---|---|
11 | Adm0 | ||
12 | Adm1 | ||
13 | Adm2 | ||
14 | Adm3 | ||
15 | Adm4 | ||
16 | Adm5 | ||
106 | Adm6 | ||
1 | Admin Adminson | ||
63 | AdmNS02 NetServer | ||
2 | Arne Arnesen | ||
3 | Brede Bredesen | ||
4 | Cato Carlsson | ||
5 | Donald Duck | ||
6 | Erik Eide | ||
7 | Frode Freestad | ||
8 | Geir Grønbeck | ||
9 | Hans Hansen | ||
10 | Ingrid Istad | ||
86 | Johan Jensen | ||
87 | Kjell Jensen | ||
81 | Listadm Listadm |
Related MDO Lists
- "associaterestrictionsheadings"
- "associaterestrictionsheadingswithallitem"
- "associaterestrictionsheadingswithallitemwithnoselection"
- "associaterestrictionsheadingswithnoselection"
- "associaterestrictionswithallitem"
- "associaterestrictionswithallitemwithnoselection"
- "associaterestrictionswithnoselection"