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 the response only contains those child links.
The following request queries for a Siebel CRM Repository Resource to list only the link for List child object under 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/json
Authorization: Basic
Request body: None