CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/historianConnections:read (Post)
    Post/projects/{projectId}/historianConnections:read
    Description
    Gets an array of historian connection 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

    connectionID : string
    serverName : string
    description : string
    limit : integer
    skip : integer
    200 Response

    The response body is of type HistorianConnectionsGetResponse.

    The collection of historian connections that satisfy the query.

    Overview

    HistorianConnectionsGetResponse
    The results of the historian connections get query.
    HistorianConnections : Array[CimHistorianConnection]
    ConnectonID : string
    ServerName : string
    Description : string
    UserID : string
    Passsword : string
    UsesIdentity : boolean
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    Remarks
    Returns JSON containing an array of historian connection objects
    See Also