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
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 parent repository resource on the Siebel CRM Server that returns WriteRecord control properties in the SIS Account List Applet:
- URI: http://ServerName:port/siebel/v1.0/workspace/dev_sadmin_temp/Applet/SIS Account List Applet
- HTTP Method: GET
- Content-Type: application/xml
- Authorization: Basic
- Request body:
|