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

"appointment" MDO List

• 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
62 MMøte inneMBB
63 PPrivatPBB
64 QMøte inneQBB
65 TPrivatTBB
66 XPrivatXBB
67 ØPrivatØBB
69 ÄPrivatÄBB
70 2Tilbud2BB
71 6Tilbud6BB
73 &Telefon ut&BB
74 =Tilbud=BB
76 CTilbudCCC
77 FTelefon utFCC
78 GTilbudGCC
81 RTelefon utRCC
84 YMøte inneYCC
86 0Møte inne0CC
87 3Privat3CC

Related MDO Lists

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