GET 17.0/database/propertylisttemplates/defaultmodel

Description

Get a Property List Templates model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

FileName

string

String length: inclusive between 0 and 255

PictureHeight

integer

None.

PictureWidth

integer

None.

Body

string

None.

BodyAlignment

byte

None.

BodyColor

integer

None.

BodyFontName

string

String length: inclusive between 0 and 50

BodyFontSize

integer

None.

BodyFontBold

byte

None.

BodyFontItalic

byte

None.

DividingLine

byte

None.

DividingLineColor

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "fileName": "sample string 3",
  "pictureHeight": 4,
  "pictureWidth": 5,
  "body": "sample string 6",
  "bodyAlignment": 64,
  "bodyColor": 8,
  "bodyFontName": "sample string 9",
  "bodyFontSize": 10,
  "bodyFontBold": 64,
  "bodyFontItalic": 64,
  "dividingLine": 64,
  "dividingLineColor": 14
}

application/xml, text/xml

Sample:
<PropertyListTemplates xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <FileName>sample string 3</FileName>
  <PictureHeight>4</PictureHeight>
  <PictureWidth>5</PictureWidth>
  <Body>sample string 6</Body>
  <BodyAlignment>64</BodyAlignment>
  <BodyColor>8</BodyColor>
  <BodyFontName>sample string 9</BodyFontName>
  <BodyFontSize>10</BodyFontSize>
  <BodyFontBold>64</BodyFontBold>
  <BodyFontItalic>64</BodyFontItalic>
  <DividingLine>64</DividingLine>
  <DividingLineColor>14</DividingLineColor>
</PropertyListTemplates>