Modeling-Manage Fact Objects-Create, Update and Delete Fact

Number of APIs: 10

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

  2. Create a new changeset for modeling manipulations POST {{baseUrl}}/api/model/changesets?schemaEdit=true

  3. Create a new fact POST {{baseUrl}}/api/model/facts?showExpressionAs=tokens&showPotentialTables=true

  4. Update fact PUT {{baseUrl}}/api/model/facts/:factId?showExpressionAs=tokens&showPotentialTables=true

  5. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit

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

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

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

  9. Read the new fact GET {{baseUrl}}/api/model/facts/:factId?showExpressionAs=tokens&showPotentialTables=true&showFields=acl

  10. Delete created fact DELETE {{baseUrl}}/api/objects/:factId?type=13