GET api/HealthCheck
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FacebookHealthReportName | Description | Type | Additional information |
---|---|---|---|
GameID | string |
None. |
|
SentCount | integer |
None. |
|
ErrorCount | integer |
None. |
|
ErrorRate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GameID": "sample string 1", "SentCount": 1, "ErrorCount": 1, "ErrorRate": 1.0 }, { "GameID": "sample string 1", "SentCount": 1, "ErrorCount": 1, "ErrorRate": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfFacebookHealthReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GamificationWebMVC.DataAccess"> <FacebookHealthReport> <ErrorCount>1</ErrorCount> <ErrorRate>1</ErrorRate> <GameID>sample string 1</GameID> <SentCount>1</SentCount> </FacebookHealthReport> <FacebookHealthReport> <ErrorCount>1</ErrorCount> <ErrorRate>1</ErrorRate> <GameID>sample string 1</GameID> <SentCount>1</SentCount> </FacebookHealthReport> </ArrayOfFacebookHealthReport>