Querying for a Siebel CRM Repository Resource To Return Subset of Child Links

You can submit a HTTP GET request to query for a Repository Resource to have a subset of child links in the response.

The following request queries for the SIS Account List Applet to obtain child links of only List and Chart:

  • URI: http://ServerName:port/siebel/v1.0/workspace/MyWorkspace/Applet/SIS Account List Applet?ChildLinks=List,Chart

  • HTTP Method: GET

  • Content-Type: application/xml

  • Authorization: Basic

  • Request body: None