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 with a Returned Fields List
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 that return values only for the Name, Location, and Account Status fields of an Account with an 1-32HG ID number on the Siebel CRM Server:
- URL: http://ServerName:port/siebel/v1.0/data/Account/Account/Account/1-32HG?fields=Name, Location, Account Status
- HTTP Method: GET
- Content-Type: application/json
- Authorization: Basic
- Request body: None
|