Querying for a Siebel CRM Business Component Record to Return Specific Subset of Fields
You can query for a Siebel CRM Business Component to return a specific subset of fields by sending a HTTP GET request with the fields query parameter.
The following request fetches values only for the Name, Location and Account Status fields of an Account record, with ID 1-32HG:
URI: http://ServerName:port/siebel/v1.0/data/Account/Account/1-32HG?fields=Name, Location, Account Status
HTTP Method: GET
Content-Type: application/xml
Authorization: Basic