Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel Business Objects JSON Examples >
Querying for a Siebel CRM Business Object That Returns Child Links to CUT
You can query for a Siebel CRM Business Object that returns child links to CUT by sending an HTTP GET request to the resource's URI. The following details are for a request to query for a Siebel CRM Business Object that returns child links only for the CUT Address for Account/Contact, FINS Security - Account External Holdings and FINS cBanking Facility on the Siebel CRM Server:
- URI: http://ServerName:port/siebel/v1.0/data/Account/Account?ChildLinks=CUT Address for Account/Contact,FINS Security - Account External Holdings,FINS cBanking Facility
- HTTP Method: GET
- Content-Type: application/json
- Authorization: Basic
- Request body: None
|