GET api/health/test
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfServiceMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ResponseTypeCode |
None. |
|
| ResponseType | string |
None. |
|
| ContentType | string |
None. |
|
| Content | ServiceMessage |
None. |
|
| ServiceMessages | Collection of ServiceMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"ResponseType": "Success",
"ContentType": "HRCI.Services.LearningCenter.BL.Services.Model.ServiceMessage",
"Content": {
"Code": 0,
"MessageType": "Info",
"MessageDescription": "sample string 1"
},
"ServiceMessages": [
{
"Code": 0,
"MessageType": "Info",
"MessageDescription": "sample string 1"
},
{
"Code": 0,
"MessageType": "Info",
"MessageDescription": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<ServiceResponseOfServiceMessagelQzFhaj8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.LearningCenter.BL.Services.Model">
<Code>Success</Code>
<Content>
<Code>Info</Code>
<MessageDescription>sample string 1</MessageDescription>
</Content>
<ServiceMessages>
<ServiceMessage>
<Code>Info</Code>
<MessageDescription>sample string 1</MessageDescription>
</ServiceMessage>
<ServiceMessage>
<Code>Info</Code>
<MessageDescription>sample string 1</MessageDescription>
</ServiceMessage>
</ServiceMessages>
</ServiceResponseOfServiceMessagelQzFhaj8>