| Web Service Method Summary | ||
| Returns | Method Name | Description |
| Web Service 1 | ||
| boolean | retractListing | Retracts listing id. |
| boolean | retractBid | Retracts bid id. |
| long | createSilentAuction | Creates Silent Auction Listing. Returns listing number. |
| long | createStandardAuction | Creates Standard Auction Listing. Returns listing number. |
| long | createBuyItNow | Creates Buy It Now Listing. Returns listing number. |
| long | createBid | Creates bid. |
| boolean | addKeyword | Adds keyword to specified listing. |
| boolean | addCategory | Adds category to specified listing. |
| boolean | deleteKeyword | Deletes keyword to specified listing. |
| boolean | deleteCategory | Deletes category to specified listing. |
| long[] | searchKeywords | Search listings for keyword. Return listing ids. |
| long[] | searchCategories | Search listings by category number. Return listing ids. |
| String[] | listingInfoDescriptions | Descriptions of listingInfo method. |
| String[] | bidInfoDescriptions | Descriptions of bidInfo method. |
| String[] | listingInfo | Information regarding listing id. |
| String[] | bidInfo | Information regarding bid id. |
| Web Service 2 | ||
| long | createEvent | Creates event. Returns event id. |
| String[] | eventInfo | Lists information for event id. |
| boolean | attendEvent | User attends event id. Used for public events, where users can add themselves to guest list. |
| boolean | requestInviteEvent | User requests invite to event id. Used by private groups. |
| boolean | sendInviteEvent | User sends invite request to another user for event id. Used by the event owner for private groups. |
| boolean | approveEventInviteRequest | User approves event invite request for event id. Used by the event owner for private groups. |
| boolean | rejectEvent | User rejects event request for event id. Used by the event owner for private groups. |
| long | createEventMessage | Creates message for event id. Returns message id. |
| long | createGroup | Creates group. Returns group id. |
| String[] | groupInfo | Lists information for group id. |
| boolean | joinGroup | User joins group id. Used by public groups, where users can add themselves as group members. |
| boolean | requestInviteGroup | User requests invite to group id. Used by private groups. |
| boolean | sendInviteGroup | User sends invite request to another user for group id. Used by the group owner for private groups. |
| boolean | approveGroupInviteRequest | User approves group invite request for group id. Used by the group owner for private groups. |
| boolean | leaveGroup | User rejects group request for group id. |
| long | createGroupMessage | Creates message for group id. Returns message id. |
| String[] | profileSelfInfo | Inquirying user id's profile information. It contains all profile information. |
| String[] | profileInfo | User id's profile information from view of inquirying user id. |
| String[] | myMessages | Messages for user id. |
| String[] | myPendingInvites | Pending invites for user id. |
| String[] | mySecuritySettings | Security settings for user id. |
| String[] | updatesGlance | Updates for user id. |
| String[] | viewMutualFriendMatrix | Mutual friend matrix for user id. This shows how users interconnect with each other. |
| double | friendMatrixPercentage | Returns a number for user id. A larger number indicates more of user's friends know each other. |
| boolean | requestRelationship | User id requests relationship with other user id. |
| boolean | confirmRelationship | User id confirms relationship with other user id. |
| boolean | denyRelationshipRequest | User denies relationship request with other user id. |
| boolean | removeRelationship | User removes relationship with user id. |
| boolean | blockRelationship | User blocks relationship id. |
| boolean | unblockRelationship | User unblocks relationship id. |
| boolean | updateProfile | User updates profile attribute with new text argument. |
| long | createPrivateMessage | User creates private message. |
| long | createWallMessage | User creates wall message. This is viewable by any user who view the profile. |
| long | createMutualFriendsMessage | User creates message for mutual friends of friend id. |
| long | createAllFriendsMessage | User creates message addressed to all friends. |
| long | createAllFriendofFriendMessage | User creates message addressed to friends of all user id's friends. |
| long | createFriendAssociatesMessage | User creates message to all friends of friends of friends of user id. |
| long[] | searchEvents | Search all events based on criteria and search string. Valid criteria are name, type and owner. |
| long[] | searchGroups | Search all groups based on criteria and search string. Valid criteria are name, type and owner. |
| long[] | searchParameters | Search users for attribute using search string. |
| String[] | viewMessageDetail | View message details for message id. |
| boolean | changeSecurity | Change security setting attribute to value for given user id. |
| String[] | eventInfoDescriptions | Information description for event information method. |
| String[] | groupInfoDescriptions | Information description for group information method. |
| String[] | profileSelfInfoDescriptions | Information description for self-profile information method. |
| String[] | profileInfoDescriptions | Information description for profile information method. |
| String[] | myMessagesDescriptions | Information description for my messages information method. |
| String[] | myPendingInvitesDescriptions | Information description for my pending invites information method. |
| String[] | updatesGlanceDescriptions | Information description for updates at a glance information method. |
| String[] | updatesGlanceHeaders | Information format for updates at a glance. |
| String[] | myMessagesHeaders | Information format for my messages. |
| String[] | myPendingInvitesHeaders | Information format for my pending invitations. |
| String[] | eventInfoHeaders | Information format for event information. |
| String[] | groupInfoHeaders | Information format for group information |
| String[] | profileSelfInfoHeaders | Information format for self-profile information. |
| String[] | profileInfoHeaders | Information format for profile information. |
| String[] | mySecuritySettingsHeaders | Information format for my security settings. |
| Web Service 3 | ||
| boolean | refillPlayChips | Refill play chips to 1000 for user id. Must have less than 100 play chips. Limit 3 per 30 minutes. |
| boolean | depositRealMoney | Deposit real money for user id. |
| boolean | transferPlayMoney | Transfer play money from user id to transfer user id. |
| boolean | transferRealMoney | Transfer real money from user id to transfer user id. |
| String[] | userInfo | User information for user id. |
| String[] | userRealMoneyLogs | User real money transaction logs for user id. |
| String[] | userPlayMoneyLogs | User play money transaction logs for user id. |
| String[] | allTablesInfo | Information regarding all tables where user id sits. |
| String[] | finalGameResults | Final game results for game id. |
| int[] | awardTotals | Final total pot awards for game id. |
| String[] | gameInfo | Game information for game id. |
| String[] | gameLogs | Game logs for game id. |
| String[] | gameStartLogs | Starting chip amounts for each seat for game id. |
| String[] | gameViewableCards | Viewable cards at current game id's state |
| String[] | currentGameInfo | Current game information about game id. |
| long | createTable | New table created by user id. Table id returned. |
| long | chat | This occurs immediately and user id is auto folded. |
| boolean | joinTable | User id joins table id. Game start and continue with at least 2 active users at table. |
| boolean | sitOutTable | User id sits out at table id. This occurs immediately and user id is auto folded. |
| boolean | sitInTable | User id sits in at table id. This occurs immediately and user id is set to waiting for next hand. |
| boolean | leaveTable | User id leaves table id. This occurs immediately and user id is auto folded. |
| boolean | addChips | Add chips to table from user id's account. |
| boolean | sitOutNextHand | User id sits out next hand. |
| boolean | leaveTableNextHand | User id leaves table at next hand. |
| boolean | addChipsNextHand | User id adds chips at next hand. |
| String[] | tableInfo | Table information for table id. |
| String[] | tableLogs | Table logs for table id. |
| boolean | autoFold | User id places auto fold action on queue for game id. If action gets to user id, fold hand is performed. |
| boolean | autoCheckFold | User id places auto check/fold action on queue for game id. If action gets to user id, check or fold. |
| boolean | autoCheck | User id places auto check action on queue for game id. If action gets to user id, user id checks. |
| boolean | autoCheckCall | User id places auto check/call action on queue for game id. If action gets to user id, check or call. |
| boolean | autoBet | User id places auto bet action on queue for game id. If action gets to user id, minimum bet placed. |
| boolean | foldHand | If user id is to act, fold hand for this game id. Otherwise, error is thrown. |
| boolean | checkHand | If user id is to act, check (no bet placed) for this game id. Otherwise, error is thrown. |
| boolean | callHand | If user id is to act, call bet for this game id. Otherwise, error is thrown. |
| boolean | betHand | If user id is to act, place a bet for bet amount for this game id. Throw error if bet_amount > available_amount. |
| boolean | raiseHand | If user id is to act, place a raise to raise_to_amount. Throw error if raise_to_amount > available_amount. |
| String | currentHandInfo | Current information about user id's cards based on game id's current status. |
| String[] | currentSeatInfo | Current information about user id's funds for game id's current status. |
| String[] | availableActions | Current available actions for user id and game id combination. |
| String[][] | allQueues | Information about all tables where actions are on queue for user id. |
| String[] | currentSeatInfoHeaders | Information format for seat description. |
| String[] | currentGameInfoHeaders | Information format for game description. |
| String[] | myQueuesHeaders | Information format for my queues. |
| String[] | allTablesInfoFormat | Information format for all tables description. |
| String[] | userInfo | User information for user id. |
| String[] | userRealMoneyLogFormat | Information format for real money logs. |
| String[] | userPlayMoneyLogFormat | Information format for play money logs. |
| String[] | tableInfo | Table information headers and description. |
| String[] | tableLogFormat | Information format for table logs. |
| String[] | gameInfo | Game information headers and description. |
| String[] | gameLogFormat | Information format for game logs. |
| String[] | gameStartLogFormat | Information format for game start logs. |