Modeling-Manage Table Objects-Retrieve and Update a Table's Definiton

Number of APIs: 9

  1. Delete changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId

  2. Logout POST {{baseUrl}}/api/auth/logout

  3. Revert table to original definition PATCH {{baseUrl}}/api/model/tables/:tableId

  4. Get a list of available table objects GET {{baseUrl}}/api/model/tables

  5. Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true

  6. Get a table's definition GET {{baseUrl}}/api/model/tables/:tableId

  7. Login POST {{baseUrl}}/api/auth/login

  8. Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload

  9. Re-commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit