Return the system information for the API setup.
None.
None.
GetAppSystemResponse
GetAppSystemResponseName | Description | Type | Additional information |
---|---|---|---|
Header | ResponseHeader |
None. |
|
Body | GetAppSystemResponseBody |
None. |
Name | Description | Type | Additional information |
---|---|---|---|
Message |
Message |
string |
None. |
StatusCode |
Status code |
ResponseStatus |
None. |
Status |
Status |
string |
None. |
ErrorId |
Error id |
string |
None. |
Name | Description | Type | Additional information |
---|---|---|---|
AppSystem |
App System |
AppSystemModel |
None. |
{ "Header": { "Message": "sample string 1", "StatusCode": 0, "Status": "sample string 2", "ErrorId": "sample string 3" }, "Body": { "AppSystem": { "SystemId": 1, "ServerName": "sample string 2", "BackupPath": "sample string 3", "SouthernHemisphere": true, "Alarms": true, "BankModeLimit": 1, "TimeoutValue": 4, "SystemTimeZone": 5, "APITimeZone": "sample string 6", "DstStart": "2025-05-28T13:04:29.6330923-07:00", "DstEnd": "2025-05-28T13:04:29.6330923-07:00", "Location": "sample string 9" } } }
<GetAppSystemResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.OTC.API.Models.Responses"> <Body> <AppSystem xmlns:d3p1="http://schemas.datacontract.org/2004/07/SaG.OTC.API.Models"> <d3p1:APITimeZone>sample string 6</d3p1:APITimeZone> <d3p1:Alarms>true</d3p1:Alarms> <d3p1:BackupPath>sample string 3</d3p1:BackupPath> <d3p1:BankModeLimit>1</d3p1:BankModeLimit> <d3p1:DstEnd>2025-05-28T13:04:29.6330923-07:00</d3p1:DstEnd> <d3p1:DstStart>2025-05-28T13:04:29.6330923-07:00</d3p1:DstStart> <d3p1:Location>sample string 9</d3p1:Location> <d3p1:ServerName>sample string 2</d3p1:ServerName> <d3p1:SouthernHemisphere>true</d3p1:SouthernHemisphere> <d3p1:SystemId>1</d3p1:SystemId> <d3p1:SystemTimeZone>5</d3p1:SystemTimeZone> <d3p1:TimeoutValue>4</d3p1:TimeoutValue> </AppSystem> </Body> <Header> <ErrorId>sample string 3</ErrorId> <Message>sample string 1</Message> <Status>sample string 2</Status> <StatusCode>Ok</StatusCode> </Header> </GetAppSystemResponse>