Querying for a Siebel CRM Business Component To Return a Subset of Child Links

You query for a Business Component so that the response lists all the fields and links to child components. If you specify a subset of child links in the request, then this filters the response to contain only the child links listed in the query parameter.

The following request queries for an Account Business Component, and returns a link for a related UT Account Partner child Business Component:

  • URI: http://ServerName:port/siebel/v1.0/data/Account/Account?ChildLinks=UT Account Partner

  • HTTP Method: GET

  • Content-Type: application/json

  • Authorization: Basic

  • Request body: None