CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/points:read (Post)
Post/projects/{projectId}/points:read
Description
Gets an array of point objects that satisfy the filter criteria specified in the request body.
Parameters
NameDescriptionData Type
the id of the projectstring
Request (application/json)

The request body is of type object.

Overview

Filters : Filters
HasAlarm : boolean
PointID : string
DeviceID : string
ResourceID : string
PointTypeID : string
Description : string
AccessFilter : string
MaxItems : integer
200 Response

The response body is of type ServerSettings.

results from the call

Overview

ServerSettings
The results of the Settings Get.
MaxReadRequestObjects : number
MaxWriteRequestObjects : number
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
General error
Remarks
Returns JSON containing an array of point objects
See Also