GET api/services/import/v1/test/gettestinfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TestInformationName | Description | Type | Additional information |
---|---|---|---|
Tenant | string |
None. |
|
CurrentDateTime | string |
None. |
|
Version | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Tenant": "sample string 1", "CurrentDateTime": "sample string 2", "Version": "sample string 3" }
application/xml, text/xml
Sample:
<TestController.TestInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Andritz.AES.SPC.ImportTool.WebApi.Controllers"> <CurrentDateTime>sample string 2</CurrentDateTime> <Tenant>sample string 1</Tenant> <Version>sample string 3</Version> </TestController.TestInformation>