"appointmenttextid" MDO List
• 1 minute to read
• 1 minute to read
Special case of appointment list where we get the id value from the Text table. For use when we want to represent an appointment with the text.
Implemented by the
Sample Request
GET /api/v1/MDOList/appointmenttextid
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("appointmenttextid", 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 |
---|---|---|---|
8 | AMøte inneABB | ||
9 | BTelefon utBBB | ||
10 | IMøte inneIBB | ||
12 | MMøte inneMBB | ||
13 | PPrivatPBB | ||
14 | QMøte inneQBB | ||
15 | TPrivatTBB | ||
16 | XPrivatXBB | ||
17 | ØPrivatØBB | ||
19 | ÄPrivatÄBB | ||
20 | 2Tilbud2BB | ||
21 | 6Tilbud6BB | ||
23 | &Telefon ut&BB | ||
24 | =Tilbud=BB | ||
26 | CTilbudCCC | ||
27 | FTelefon utFCC | ||
28 | GTilbudGCC | ||
31 | RTelefon utRCC | ||
34 | YMøte inneYCC | ||
36 | 0Møte inne0CC | ||
37 | 3Privat3CC |
Related MDO Lists
- "appointmenttextidheadings"
- "appointmenttextidheadingswithallitem"
- "appointmenttextidheadingswithallitemwithnoselection"
- "appointmenttextidheadingswithnoselection"
- "appointmenttextidwithallitem"
- "appointmenttextidwithallitemwithnoselection"
- "appointmenttextidwithnoselection"