Presets
This endpoint retrieves presets for datapoints and names of the presets. It can also set preset values for datapoints.
URI Definition
Method | URI and Fields | |
GET | /iap/dp/{id}/if/{block}/{block_index}/{datapoint_name}/presets | |
Allows you to retrieve presets for datapoints using all available IAP Path Parameters. XIFname vs Instance Name
Path ParametersThe optional path parameters for the id, block, block_index, and datapoint_name path elements are listed on the Path Parameters page. Example
| ||
/iap/dp/presets/names | ||
Returns the presets names. Success response:List of unique presets names. Example
| ||
PUT | /iap/dp/{id}/if/{block}/{block_index}/{datapoint_name}/presets/value | |
Sets preset value for datapoints using all available IAP Path Parameters by preset ID. XIFname vs Instance Name
Path ParametersThe optional path parameters for the id, block, block_index, and datapoint_name path elements are listed on the Path Parameters page. Return Codes
|
Queries
You can include queries with your IAP/REST request to specify a selection rule for your request. As described in Queries and Parameters, you can specify a query as a query parameter appended to the end of your URI preceded with a "?" character, or as a path parameter within a path element of the path component.
The optional path parameters for the id, block, block_index, and datapoint_name path elements are listed on the Path Parameters page.