SK SKYVVA Documentation

1. How to use the searchService to build the interface to query data from Salesforce?

Learning Object :- This unit describes about:-

1. What is searchService API?

The searchService api is working as the query method of HTTP request. We have integration and interface configuration where we mapped objects as per our requirements. So when we use search service API, we actually query the data we have mapped for our interface. So it will return the data of the object as per mapping of interface. We can use the REST api SearchService or the soap API. In this tutorial we used postman application where Request payload means the body we have pass through postman and endpoint url is the url we have pasted on postman and in response we will get JSON data as parent and child by using searchService API.

2. How to use the searchService to build the interface to query data from salesforce?

The procedure is given below :-         Pre-Requisite :-

The body is shown below in the picture.
{
"INTEGRATIONID" : "xxxxxxxxxxxx",
"INTERFACENAME" : "xxxxxxxxxxxx"
}
(As shown in the picture given below).

Open this article in the interactive viewer →