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


You can query for a Siebel CRM Business Object by sending an HTTP GET request to the resource's URI.

The following details are for a request to query for an Account business object with an ID of 1LS-9XKU on the Siebel CRM Server:

  • URL: http://ServerName:port/siebel/v1.0/data/Account/Account/1LS-9XKU
  • HTTP Method: GET
  • Content-Type: application/json
  • Authorization: Basic
  • Request body: None
Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.