Querying for a Siebel CRM Repository Resource To Return Only One Child Link
You can query for a repository object so that the response lists all the fields and links to child objects. You can specify a subset of child links in the request so that response only contains those child links.
The following request queries for a Siebel CRM Repository Resource that lists only the link for List child object under the SIS Account List parent object:
URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet?ChildLinks=List
HTTP Method: GET
Content-Type: application/xml
Authorization: Basic
Request body: None