GetUnfinishedGame

This Web service will fetch the unfinished slot game and table game of a user. The API only gets the unfinished game within 10 days. The frequency of the call should be made to this API 10 times per 1 second otherwise it will throw an error.

Parameters
NameDescriptionType and LimitRequired?
methodMust be "GetUnfinishedGame"String (32)Y
KeySecret keyString (32)Y
TimeCurrent time in "yyyyMMddHHmmss" formatDateTimeY
UsernameUsernameString (28)Y
Result
NameDescriptionType and LimitRequired?
UsernameUsernameString (28)Y
UnfinishedGameDetailListUnfinished Game Detail ListXMLY
ErrorMsgIdError message
0: Success
100: Username error
108: Username length/format incorrect
116: Username does not exist
ByteY
ErrorMsgError message detailStringY

output:

Leave a Reply