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

"appointment" MDO List

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

Implemented by the AppointmentListProvider class. The name of the MDO list is 'appointment'.

Additional Attributes

Description Name Example Value
Return all appointments instead of only mother appointments. anyAppointment 1

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("appointment", 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
58 AMøte inneABB
59 BTelefon utBBB
61 IMøte inneIBB
60 EMøte inneEBB
62 MMøte inneMBB
63 PPrivatPBB
64 QMøte inneQBB
65 TPrivatTBB
66 XPrivatXBB
67 ØPrivatØBB
68 ÜTilbudÜBB
69 ÄPrivatÄBB
70 2Tilbud2BB
71 6Tilbud6BB
73 &Telefon ut&BB
74 =Tilbud=BB
75 Møte inneBB
76 CTilbudCCC
77 FTelefon utFCC
78 GTilbudGCC
79 JTelefon utJCC

Related MDO Lists

  • "appointmentheadings"
  • "appointmentheadingswithallitem"
  • "appointmentheadingswithallitemwithnoselection"
  • "appointmentheadingswithnoselection"
  • "appointmentwithallitem"
  • "appointmentwithallitemwithnoselection"
  • "appointmentwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top