Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.36 KB

smsmailingtemplate.md

File metadata and controls

62 lines (46 loc) · 1.36 KB
uid title keywords so.generated so.date so.topic so.envir
smsmailingtemplate
smsmailingtemplate
mdo
provider
mdo provider
smsmailingtemplate
true
03.19.2021
reference
onsite
online

"smsmailingtemplate" MDO List

SMS Mailing templates

Implemented by the SmsMailingTemplateProvider class. The name of the MDO list is 'smsmailingtemplate'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("smsmailingtemplate", 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
2 Example

Related MDO Lists

  • "smsmailingtemplateheadings"
  • "smsmailingtemplateheadingswithallitem"
  • "smsmailingtemplateheadingswithallitemwithnoselection"
  • "smsmailingtemplateheadingswithnoselection"
  • "smsmailingtemplatewithallitem"
  • "smsmailingtemplatewithallitemwithnoselection"
  • "smsmailingtemplatewithnoselection"