GET api/v1/systemdatas
Gets the SystemData details.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SystemDataDetails| Name | Description | Type | Additional 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": "b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf",
"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": "b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"SystemDataId":"b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf","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":"b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf","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">b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf</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>b962fd42-1f3f-4470-9b5f-d75a7d5fcaaf</SystemDataId> <SystemSenderEmailAddress>sample string 4</SystemSenderEmailAddress> <Testmode>true</Testmode> <TestmodeEmailPickupDirectory>sample string 13</TestmodeEmailPickupDirectory> <UseSSLforSmtpConnection>true</UseSSLforSmtpConnection> <UseSmtpAuthentication>true</UseSmtpAuthentication> </SystemDataDetails>