Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Repository Resources JSON Examples >
Querying for a Siebel CRM Repository Resource with a Search Specification
You can query for a Siebel CRM repository resource by sending an HTTP GET request to the repository resource's URI. The following details are for a request query that returns properties of the SIS Account List Applet applet based on search specification from the Siebel CRM Server:
- URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet?searchspec=[Business Component] LIKE 'B*
- HTTP Method: GET
- Content-Type: application/json
- Authorization: Basic
- Request body: None
|