Get kit types which do not belong to any blinding group
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/kittypes/noblindinggroup
Retrieves kit types which do not belong to any blinding group. Rights: SupplySettingRightsGet. Required sponsor roles are: clinical supply manager and site manager.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : KitType
Type:
object
Kit types details object.
Show Source
-
countsPerPackage: number
(double)
Counts per package.Example:
5
-
description: string
Kit type descriptionExample:
Non-Dosing
-
doNotDispense: number
(double)
Value to indicate whether to dispense kits or not.Example:
1
-
dosage: number
(double)
Dosage.Example:
1
-
id: string
(uuid)
Kit type Id
-
isDefault: boolean
Indicate if kit is default.Example:
true
-
kitTypeId: string
(uuid)
Kit type Id
-
kitTypeName: string
Kit type nameExample:
Kit A
-
minShippingUnits: number
(double)
Minimum Kits to Ship.Example:
10
-
packageTypeId: number
(double)
Allowed Values:
[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
Unique ID corresponding to each package type value (1 for BLISTERPACK, 2 for BOTTLE, 3 for DEVICE, 4 for SYRINGE, 5 for OINTMENT, 6 for VIAL, 7 for INHALER, 8 for INFUSION, 9 for BOX, 10 for OTHER).Example:10
-
srcId: string
(uuid)
Id of the Study
-
srcVersionStart: string
(date-time)
Study version start
-
storageNeedId: number
(double)
Storage need ID.Example:
1
-
studyId: string
(uuid)
ID of the study
-
studyVersionStart: string
(date-time)
Study version start
-
versionEnd: string
(date-time)
Version End
-
versionStart: string
(date-time)
Version Start
404 Response
Study not found.
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Result Object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Result Object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.