From the course: Salesforce Certified Data Cloud Consultant Cert Prep

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Query API

Query API

Hello guys, welcome back. So far what we've done is we have ingested data into Data Cloud. We started with bringing data from the Salesforce org into the Data Cloud, then we brought the data from Amazon S3 into Data Cloud, then we used ingestion API to bring data inside of Data Cloud programmatically. But what about reading the data from Data Cloud? So there is an API available called Query API, and using this Query API, you can query the data from Data Cloud. So if you scroll down here, there are some resources. I'll be adding the link to this. Here is a post call that you can do. It is slash API slash V2 slash query, and then before you're going to provide your instance URL for the Data Cloud. The query you will provide it in the body. So how to use this query API, I'll show you. So we'll go over to the Postman, and let's duplicate this particular post request and we're going to call this as Query API. So I'm going to go ahead and call it as Query API, hit save. And what I have to…

Contents