Get all active eSource device instances created in the study

get

/api/studies/{studyId}/devices

Retrieves all active (not deleted) eSource device instances in a study. You can filter the device list by eSourceName.

Request

Path Parameters
Query Parameters
  • Optional query string parameter to filter devices returned by this API. If this query string is set, the API returns all devices created for this eSource/message source.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : targetSubjIdMap
Type: array
Subject ID in each target application.
Show Source
Nested Schema : TargetSubj
Type: object
Show Source
  • subject ID in the target application.
  • Target type. Possible values are INFORM, DMW, or DEFAULT. Use DEFAULT type if the same subject Id is to be used across all targets. If DEFAULT and a specific target type exist in a map, the specific target type gets higher precedence over the DEFAULT type.

404 Response

Invalid study identifier.
Back to Top