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 Returns Fields List
You can query for a Siebel CRM business object resource by sending an HTTP GET request to the repository resource's URI. The following details are for a request query for a business object resource on the Siebel CRM Server that returns field values for an Account Business Object:
- URI: http://ServerName:port/siebel/v1.0/data/Account/Account/1-32HG?fields=Name, Location, Account Status
- HTTP Method: GET
- Content-Type: application/xml
- Authorization: Basic
- Request body:
|