Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

GetTable

Lucas Cullen edited this page May 5, 2016 · 3 revisions

Table

Tables have a collection of players.

GetTables

This returns an collection of table objects which the client knows about. In the API, this is just mock set.

GetTable

This returns a specific table with the ID (GUID) returned from the collection.

Verb EndPoint Description API Url
GET /api/gettable/id Return a specific table
Clone this wiki locally