GET TruformBridge/GetSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TruformBridgeSettingsDto
NameDescriptionTypeAdditional information
IntegrationInterval

integer

None.

LastIntegrationDate

date

None.

DateFormat

DateFormatPreference

None.

Response Formats

application/json, text/json

Sample:
{
  "IntegrationInterval": 1,
  "LastIntegrationDate": "2024-04-20T08:30:37.1822833-05:00",
  "DateFormat": 0
}

text/html

Sample:
{"IntegrationInterval":1,"LastIntegrationDate":"2024-04-20T08:30:37.1822833-05:00","DateFormat":0}

application/xml, text/xml

Sample:
<TruformBridgeSettingsDto>
  <IntegrationInterval>1</IntegrationInterval>
  <LastIntegrationDate>2024-04-20T08:30:37.1822833-05:00</LastIntegrationDate>
  <DateFormat>0</DateFormat>
</TruformBridgeSettingsDto>