Invalid service name - Platform API Audits Query

Category: API

Summary: POST calls to /api/v2/audits/query that reference the serviceName TopicDefinitionsService currently return an error. To correct this error, the invalid service name TopicsDefinitionsService will be changed to TopicsDefinitions.

Context: The /api/v2/audits/query endpoint allows users to execute an audit query. One required field in the request body, serviceName, has a valid value listed, TopicsDefinitionsService, that is not a valid service name for the internal audit-query API. The correct service name in the internal API is TopicsDefinitions, so /api/v2/audits/query will be updated to reflect this. The full list of valid service names will be updated to ContactCenter, ContentManagement, PeoplePermissions, Quality, LanguageUnderstanding, TopicsDefinitions.

Date of Change: On or after 03/13/2020

Impact: Users passing in TopicsDefinitionsService as a service name will need to update the service name to TopicsDefinitions.

Impacted APIs: POST /api/v2/audits/query

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.