Token
| API | Description |
|---|---|
| POST Token |
Use this method to authenticate and get a token to access the functions of this API. This method follows the OAuth2 Bearer Token standards |
CustomField
| API | Description |
|---|---|
| GET API/CustomField/GetAll/{id} |
No documentation available. |
| GET api/CustomField/{id} |
No documentation available. |
| POST api/CustomField |
No documentation available. |
| PUT api/CustomField/{id} |
No documentation available. |
| DELETE api/CustomField/{id} |
Use this method to delete an existing |
List
| API | Description |
|---|---|
| GET API/List/GetAll |
No documentation available. |
| GET api/List/{id} |
No documentation available. |
| POST api/List |
Use this method to create an |
| PUT api/List/{id} |
Use this method to update the name of an |
| DELETE api/List/{id} |
Use this method to delete an existing |
Game
| API | Description |
|---|---|
| GET api/Game/{gameId}/Start |
Use this to start a game |
| GET api/Game/{gameCode}/Join/{name} |
Use this to join a game |
| POST api/Game |
Use this method to create a game |
| GET api/Game |
Use this method to list all public games available |
Item
| API | Description |
|---|---|
| GET API/Item/GetByFilter |
No documentation available. |
| GET api/Item/{id} |
No documentation available. |
| POST api/Item |
No documentation available. |
| PUT api/Item/{id} |
No documentation available. |
Link
| API | Description |
|---|---|
| POST api/Link |
Use this method to authorize a link between a user and your service, allowing your service to post data on their behalf. |
| DELETE api/Link |
Use this method to delete the authorization for your service to send data on behalf of a user |
Register
| API | Description |
|---|---|
| POST api/Register |
Use this method to register a new account |
Transaction
| API | Description |
|---|---|
| POST api/Transaction |
Use this method to create a transaction reported by your app id and the specified auth code |
XMPP
| API | Description |
|---|---|
| GET api/XMPP |
No documentation available. |
| GET api/XMPP/{id} |
No documentation available. |
| POST api/XMPP |
No documentation available. |