Changelog

Nov 12, 2024

  • Filter expressions according to OData semantics as described in the new filtering section . Existing customers are behind a legacy filtering feature flag and are not affected. Your account and value teams will contact you to guide you on how to change the filter expression semantics you are currently using. The legacy version will be removed at the end of May 2025. Differences between the new filtering capabilities and the legacy filtering are described here .

    Sep 16, 2024

  • Data retrieval at the Knowledge Model level (using attributes of different records - parameter fields , Key Performance Indicator(s) - parameter kpis and fuzzy search capability - parameters seachTerm , searchField and seacrhPrecision ).

    Aug 19, 2024

  • Odata protocol for the Knowledge Model API released in beta, with one root service per Knowledge Model, metadata service and Knowledge Model record data retrieval supporting query options: $top , $skip , $select , $orderby , $count=true and $filter

    Jul 31, 2024

  • Select the distinct option for data retrieval using the options=distinct parameter.

    Jul 22, 2024

    Semantic extension endpoints for 3P Agents, including:

  • OpenAPI spec endpoint per Knowledge Model ( intelligence/api/knowledge-models/{{km-id}}/spec ),
  • Knowledge Model record query endpoint ( intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/query ) and
  • Knowledge Model record column statistics summary endpoint ( intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/summary ).

    Mar 14, 2024

  • Filtering by date bug fixed.

    Dec 18, 2023

  • Checks for parameter pollution and tampering from malicious characters in intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/data endpoint.

    Nov 16, 2023

  • Invalid parameter values are no longer echoed in error messages for security reasons.

    Sep 22, 2023

  • Capability to use filter expression predicates such as in , contains() , startswith() , and endswith() added.

    Jul 12, 2023

  • Capability to use logical operators in filter expressions added.

    Jun 14, 2023

  • Number of fields per data set increased from 20 to 200.
  • Result data values are typed according to KM record field types.

    Apr 10, 2023

  • Capability to filter by augmented attributes and flags added.