SAP Certified Associate - Implementation Consultant - SAP Customer Data Cloud C_C4H620_34 Question # 10 Topic 2 Discussion
C_C4H620_34 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2
You are trying to export subscription data by executing the accounts.search API. You are receiving an error.Which query would result in a successful response?
To export subscription data using theaccounts.searchAPI successfully, the correct query to use is:
SELECT * FROM emailAccounts:
This query targets theemailAccountstable, which is structured to store subscription-related data for email accounts.
It ensures compatibility with theaccounts.searchAPI and avoids errors.
References
SAP Customer Data Cloud API Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit