Querying a Siebel CRM Business Component Using the NewQuery Parameter

You can query a Siebel CRM Business Component’s data and ensure that the query is a new query and does not rely on data from a previous query. This helps if the exact same query is run again but the underlying data has been changed since the last time the query is run.

The following request specifies the NewQuery query parameter so that the session creates a new query for the database:

  • URI: http://ServerName:port/siebel/v1.0/data/Account/Account/88-3CFLJ/Contact?NewQuerys=true

  • HTTP Method: GET

  • Content-Type: application/json

  • Authorization: Basic

  • Request body: None