Siebel REST API Guide > Using the Siebel REST API > Using Siebel REST API to Access Siebel CRM Business Objects XML Examples >

Querying for a Siebel CRM Business Object Resource That Does Not Return Child Links


You can query for a Siebel CRM Business Object Resource that does not return child links 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 Resource that does not return child links on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel/v1.0/data/Account/Account/88-3CFLJ/Contact?ChildLinks=None
  • HTTP Method: GET
  • Content-Type: application/xml
  • Authorization: Basic
Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.