Modeling-Manage Fact Objects-Retrieve an Fact's Definiton within a Changeset

Number of APIs: 6

  1. Get quick search results in a list format GET {{baseUrl}}/api/searches/results?name=Profit&pattern=2&type=13&getAncestors=false&offset=0&limit=-1&certifiedStatus=ALL&isCrossCluster=false

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

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

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

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

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