"projectassociate" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for associates that are members of a project
Implemented by the
Sample Request
GET /api/v1/MDOList/projectassociate
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("projectassociate", 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 |
---|---|---|---|
15 | Adm4 | ||
2 | Arne Arnesen | ||
3 | Brede Bredesen | ||
4 | Cato Carlsson | ||
5 | Donald Duck | ||
7 | Frode Freestad | ||
8 | Geir Grønbeck | ||
9 | Hans Hansen | ||
10 | Ingrid Istad | ||
81 | Listadm Listadm | ||
96 | Niels Jensen |
Related MDO Lists
- "projectassociateheadings"
- "projectassociateheadingswithallitem"
- "projectassociateheadingswithallitemwithnoselection"
- "projectassociateheadingswithnoselection"
- "projectassociatewithallitem"
- "projectassociatewithallitemwithnoselection"
- "projectassociatewithnoselection"