Querying for a Siebel CRM Business Component

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

The following request queries for an Account Business Component record on the Siebel CRM Server, which has the ID: 1LS-9XKU:

  • URL: http://ServerName:port/siebel/v1.0/data/Account/Account/1LS-9XKU

  • HTTP Method: GET

  • Content-Type: application/json

  • Authorization: Basic

  • Request body: None