GET TruformBridge/GetSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TruformBridgeSettingsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegrationInterval | integer |
None. |
|
| LastIntegrationDate | date |
None. |
|
| DateFormat | DateFormatPreference |
None. |
Response Formats
application/json, text/json
Sample:
{
"IntegrationInterval": 1,
"LastIntegrationDate": "2025-12-14T04:14:54.2563482+00:00",
"DateFormat": 0
}
text/html
Sample:
{"IntegrationInterval":1,"LastIntegrationDate":"2025-12-14T04:14:54.2563482+00:00","DateFormat":0}
application/xml, text/xml
Sample:
<TruformBridgeSettingsDto> <IntegrationInterval>1</IntegrationInterval> <LastIntegrationDate>2025-12-14T04:14:54.2563482+00:00</LastIntegrationDate> <DateFormat>0</DateFormat> </TruformBridgeSettingsDto>