Using Siebel REST API to Access Siebel Repository Data XML Examples
You can use the Siebel REST API to access Siebel CRM Repository Resources. Users can perform
QUERY, INSERT, UPDATE, and DELETE operations on the Siebel CRM Repository Resources (such
as account or contacts) using REST API requests over HTTP as described in this section. To
view the response in XML format, the Content-Type header should be application/xml. The
response will be in XML format wrapped in a <response>
tag.
This topic includes the following information:
Querying for a Siebel CRM Repository Resource with a Search Specification
Querying for a Siebel CRM Repository Object to Return a Subset of Fields
Querying for a Siebel CRM Repository Resource To Return Only One Child Link
Querying for a Siebel CRM Repository Resource To Return Subset of Child Links
Querying for a Siebel CRM Repository Resource To Return No Child Links
Querying for Siebel CRM Repository Resources Using the ViewMode Access Control Parameter