Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Repository Data XML 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 for a repository resource on the Siebel CRM Server that returns SIS Account List Applet properties based on a given search specification:

  • URI: http://slc05wbd.us.oracle.com:9001/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet?searchspec=[Business Component] LIKE 'B*'
  • HTTP Method: GET
  • Content-Type: application/xml
  • Authorization: Basic
  • Request body:
Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.