Querying for a Siebel CRM Repository Object to Return a Subset of Fields
You can query for a Siebel CRM Repository Object to have a subset of fields in the response. When you query for a repository object, the response lists all the fields and links to child objects. If you specify a subset of fields in the request, then this filters the response to contain only the fields listed in the query parameter.
The following request returns values for Name, ProjectName and Comments fields in SIS Account List Applet:
URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet?fields=Name,Project Name,Comments
HTTP Method: GET
Content-Type: application/xml
Authorization: Basic
Request body: None