[Deprecated]: V6.0

get

/ec-designer-ors-svc/rest/v6.0/studies/{studyId}/kits

Deprecated: Use latest version instead. Retrieves list of kits for all study versions in Testing, Approved and Archived states.

Request

Path Parameters
Query Parameters
  • Minimum Length: 3
    Maximum Length: 9
    Optional. Kit category filter. Allowed values: standard = standard kits, device = device kits, titration = titration kits, all = all kit categories. Defaults to all when omitted.
    Default Value: all
    Allowed Values: [ "standard", "device", "titration", "all" ]
    Example:
    all
  • Minimum Length: 4
    Maximum Length: 8
    Required. Study version mode filter. Allowed values: test = testing study versions, training = training study versions, active = active study versions.
    Allowed Values: [ "test", "training", "active" ]
    Example:
    active
  • Optional. Indicates whether unblinded kit fields should be included in the response. Defaults to false when omitted.
    Default Value: false
    Example:
    false

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 : KitsAllItemV6
Type: object
Kit summary returned by the v6 get-all-kits endpoint.
Show Source
  • Minimum Length: 1
    Maximum Length: 32
    Allowed Values: [ "CloudtoCloud", "DevicetoCloud", "NoConnection" ]
    Device connectivity type. Allowed values: CloudtoCloud = sync through an external cloud, DevicetoCloud = device sends data directly to the platform cloud, NoConnection = no connectivity is required.
    Example: DevicetoCloud
  • Minimum Length: 1
    Maximum Length: 64
    Allowed Values: [ "ActivityWatch", "BloodPressureMonitor", "WeightScale", "ECGReader", "Spirometer", "MobileApp", "SmartPillBottle", "PulseOximeter", "WearablePatch", "Other", "GlucoseMonitor" ]
    Device type for device kits. Allowed values: ActivityWatch, BloodPressureMonitor, WeightScale, ECGReader, Spirometer, MobileApp, SmartPillBottle, PulseOximeter, WearablePatch, Other, GlucoseMonitor.
    Example: WeightScale
  • Minimum Length: 1
    Maximum Length: 32
    Allowed Values: [ "BLINDED", "UNBLINDED", "UNBLINDEDPHARMAC" ]
    Distribution setting for the kit. Allowed values: BLINDED = treatment assignment remains hidden, UNBLINDED = treatment assignment is visible, UNBLINDEDPHARMAC = treatment assignment is visible for pharmacy-managed workflows.
    Example: UNBLINDED
  • Minimum Length: 1
    Maximum Length: 255
    Kit description displayed to study designers.
    Example: Standard treatment kit
  • Minimum Length: 32
    Maximum Length: 32
    Kit unique identifier.
  • Minimum Length: 1
    Maximum Length: 64
    Kit type identifier.
    Example: KIT_STD_001
  • Minimum Length: 32
    Maximum Length: 32
    Library kit unique identifier when the kit is based on a library kit.
  • Minimum Length: 1
    Maximum Length: 64
    Pooling identifier for pooled kit configurations.
    Example: POOL12
  • Indicates whether the kit is serialized.
    Example: true
  • Indicates whether the kit is configured as a titration kit.
    Example: false
  • Minimum Length: 1
    Maximum Length: 32
    Allowed Values: [ "BLISTERPACK", "BOTTLE", "DEVICE", "SYRINGE", "OINTMENT", "VIAL", "INHALER", "INFUSION", "BOX", "OTHER" ]
    Trial supply type for the kit. Allowed values: BLISTERPACK, BOTTLE, DEVICE, SYRINGE, OINTMENT, VIAL, INHALER, INFUSION, BOX, OTHER.
    Example: BOTTLE
Examples

500 Response

Returned when the service cannot retrieve kits for the supplied study and mode, or cannot apply the requested kitType and unblinded filters because of an unexpected server-side failure.
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

Back to Top