Release 2023.6 (6/14)

Summary of New Features in this release.

API Endpoint for Classification

CrushBank has added an api endpoint allowing you to classify text based on our existing IT Service Model and extracting type, subtype, and item.

Just like any CrushBank API call, you first want to generate your authentication token as seen below:
Screenshot 2023-06-13 at 2.25.54 PM

Next... use that token to make the call to classify as seen below. The required parameters are the following:

  1. TemplateGuid - A reference to our IT Services Template. As we add more templates, there will be more options for this field but currently, the only acceptable value is 
    e1b34643-905c-4f88-8607-8149c91a7ba5.
  2. Text - The text you want to classify 

Screenshot 2023-06-13 at 2.26.11 PM