Export/Import
Get exported 2bttns data.
You can choose to export all data or only the data you need from the Game, Tag, and Game Object database tables used by 2bttns.
Supports JSON format.
Set to true to export Games.
The Game data will include associated Tag IDs if includeTags is true
trueSet to true to export Game Objects.
The GameObject data will include associated Tag IDs if includeTags is true
trueSet to true to export Tags.
trueinclude: include the count of each type of data exported with the results
count-only: only return the count of each type of data that would be exported. Useful if you only want the count and not the actual data.
no-count: do not include the count
includePossible values: Comma-separated ID list of Games to export.
Leave this field empty if you want the results to include all Games.
Comma-separated ID list of GameObjects to export.
Leave this field empty if you want the results to include all GameObjects.
Set to false to exclude GameObjects that have no tags.
trueComma-separated ID list of Tags to export.
Leave this field empty if you want the results to include all Tags.
Set to true to only include Tags that are associated with the games that are being exported.
falseSet to true to only include Tags that are associated with the game objects that are being exported.
falseSuccessful response
Error response
Import 2bttns data from a JSON file.
Base64 encoded JSON file to import
If true, the import will fail if any part of it fails.
If false, the import will continue even if some parts fail.
falseGenerate new IDs for imported data and remap all references to them, instead of using existing IDs.
This may result in duplicate entries with similar content but different IDs.
falseSuccessful response
Error response
Was this helpful?