Modeling-Manage Fact Objects-Create, Update and Delete Fact
Number of APIs: 10
- 
Login POST {{baseUrl}}/api/auth/login 
- 
Create a new changeset for modeling manipulations POST {{baseUrl}}/api/model/changesets?schemaEdit=true 
- 
Create a new fact POST {{baseUrl}}/api/model/facts?showExpressionAs=tokens&showPotentialTables=true 
- 
Update fact PUT {{baseUrl}}/api/model/facts/:factId?showExpressionAs=tokens&showPotentialTables=true 
- 
Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit 
- 
Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload 
- 
Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId 
- 
Logout POST {{baseUrl}}/api/auth/logout 
- 
Read the new fact GET {{baseUrl}}/api/model/facts/:factId?showExpressionAs=tokens&showPotentialTables=true&showFields=acl 
- 
Delete created fact DELETE {{baseUrl}}/api/objects/:factId?type=13