Get an eSource virtual device for a subject by device ID

get

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

Retrieves an eSource virtual device associated with a subject by device ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root 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, subject, or device identifier.
Back to Top