Applies a bookmark and verify result dataset against originally selected values.
Stability: experimental
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future.
Parameters:
patches - Array of patches.Stability: locked
Adds the generic bookmark to the list of approved objects
Stability: locked
Retrieves the values of a field for the default state.
| Name | Description | Type |
|---|---|---|
| qText | Text related to the field value. | String |
| qIsNumeric | Is set to true if the value is a numeric. Default is false. |
Boolean |
| qNumber | Numeric value of the field. This parameter is displayed if qIsNumeric is set to true. |
Double |
Parameters:
field - Name of the field.getExcludedValues - If set to true, only NOT-selected values are returned.dataPage - Range of returned values.Stability: locked
Retrieves the values of a field per state.
| Name | Description | Type |
|---|---|---|
| qText | Text related to the field value. | String |
| qIsNumeric | Is set to true if the value is a numeric. Default is false. |
Boolean |
| qNumber | Numeric value of the field. This parameter is displayed if qIsNumeric is set to true. |
Double |
Parameters:
field - Name of the field.getExcludedValues - When to true, only NOT-selected values are returned.dataPages - Range of returned values per state, an empty array will return the values of all states. Only one page without a state name returns the values for all states, using the start and end indices of the first page.Stability: locked
Returns:
Stability: locked
Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated.
Stability: locked
Shows the properties of an object.
Stability: locked
Publishes a bookmark.
Stability: locked
Sets some properties for a bookmark.
Parameters:
prop - Information about the bookmark.Stability: locked
Removes the generic bookmark from the list of approved objects
Stability: locked
Unpublishes a bookmark.
Stability: locked
Applies a bookmark.
Stability: locked