GET api/v1/systemdatas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SystemDataDetails
NameDescriptionTypeAdditional information
SystemDataId

globally unique identifier

None.

BaseURL

string

Required

String length: inclusive between 0 and 250

ReportSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

SystemSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

UseSmtpAuthentication

boolean

Required

UseSSLforSmtpConnection

boolean

Required

SmtpUsername

string

String length: inclusive between 0 and 100

SmtpPassword

string

String length: inclusive between 0 and 100

SmtpServer

string

Required

String length: inclusive between 0 and 100

SmtpPort

integer

None.

MaxUserLoginAttempts

integer

None.

Testmode

boolean

Required

TestmodeEmailPickupDirectory

string

String length: inclusive between 0 and 100

DebugMode

boolean

Required

SendToBccRecipients

boolean

Required

BccRecipientEmailAddresses

string

String length: inclusive between 0 and 250

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SystemDataId": "5c5c1467-e487-4e31-8613-6c9af4b28ef3",
  "BaseURL": "sample string 2",
  "ReportSenderEmailAddress": "sample string 3",
  "SystemSenderEmailAddress": "sample string 4",
  "UseSmtpAuthentication": true,
  "UseSSLforSmtpConnection": true,
  "SmtpUsername": "sample string 7",
  "SmtpPassword": "sample string 8",
  "SmtpServer": "sample string 9",
  "SmtpPort": 10,
  "MaxUserLoginAttempts": 11,
  "Testmode": true,
  "TestmodeEmailPickupDirectory": "sample string 13",
  "DebugMode": true,
  "SendToBccRecipients": true,
  "BccRecipientEmailAddresses": "sample string 16",
  "Id": "5c5c1467-e487-4e31-8613-6c9af4b28ef3",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"SystemDataId":"5c5c1467-e487-4e31-8613-6c9af4b28ef3","BaseURL":"sample string 2","ReportSenderEmailAddress":"sample string 3","SystemSenderEmailAddress":"sample string 4","UseSmtpAuthentication":true,"UseSSLforSmtpConnection":true,"SmtpUsername":"sample string 7","SmtpPassword":"sample string 8","SmtpServer":"sample string 9","SmtpPort":10,"MaxUserLoginAttempts":11,"Testmode":true,"TestmodeEmailPickupDirectory":"sample string 13","DebugMode":true,"SendToBccRecipients":true,"BccRecipientEmailAddresses":"sample string 16","Id":"5c5c1467-e487-4e31-8613-6c9af4b28ef3","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<SystemDataDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.System">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">5c5c1467-e487-4e31-8613-6c9af4b28ef3</Id>
  <BaseURL>sample string 2</BaseURL>
  <BccRecipientEmailAddresses>sample string 16</BccRecipientEmailAddresses>
  <DebugMode>true</DebugMode>
  <MaxUserLoginAttempts>11</MaxUserLoginAttempts>
  <ReportSenderEmailAddress>sample string 3</ReportSenderEmailAddress>
  <SendToBccRecipients>true</SendToBccRecipients>
  <SmtpPassword>sample string 8</SmtpPassword>
  <SmtpPort>10</SmtpPort>
  <SmtpServer>sample string 9</SmtpServer>
  <SmtpUsername>sample string 7</SmtpUsername>
  <SystemDataId>5c5c1467-e487-4e31-8613-6c9af4b28ef3</SystemDataId>
  <SystemSenderEmailAddress>sample string 4</SystemSenderEmailAddress>
  <Testmode>true</Testmode>
  <TestmodeEmailPickupDirectory>sample string 13</TestmodeEmailPickupDirectory>
  <UseSSLforSmtpConnection>true</UseSSLforSmtpConnection>
  <UseSmtpAuthentication>true</UseSmtpAuthentication>
</SystemDataDetails>