Get eSource[s] / virtual devices associated with a subject

get

/api/studies/{studyId}/subjects/{subjectId}/devices

Returns virtual devices that are associated with the subject. A device here is a digital twin of a medical device or an eSource.

Request

Path Parameters
Query Parameters

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 : device
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 or subject identifier.
Back to Top