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
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 control properties of the WriteRecord Method in the SIS Account List Applet applet on the Siebel CRM Server:
- URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet /Control/WriteRecord
- HTTP Method: GET
- Content-Type: application/json
- Authorization: Basic
- Request body: None
|