v1.0
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/settings
Retrieves the study settings for a given study and mode. Rights: OrsInventoryGet.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : SupplySettingResponse
Type:
objectTitle:
SupplySettingResponseContains supply setting response detail.
Show Source
-
consignment: object
Consignment
Title:
ConsignmentContains consignment detail. -
initialShipments: object
InitialShipments
Title:
InitialShipmentsContains initial shipment detail. -
inventory: object
InventorySchedule
Title:
InventoryScheduleContains inventory schedule details. -
kitOrdering: object
KitOrdering
Title:
KitOrderingContains kit ordering detail. -
labelGroups: string
Label group.
-
resupplyType: array
Resupply Types
Title:
Resupply TypesResupply types. -
shippingGroups: string
Shipping group.
-
studyIdentifier: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
B1B8327AFAA6412287106192AB5984EF -
studyVersionStart: string
(date-time)
Study version start.
Nested Schema : Consignment
Type:
objectTitle:
ConsignmentContains consignment detail.
Show Source
-
enableTemperatureExecursion: string
Enable temperature excursion.
-
notReceivedDaysToWaitBeforeSiteNotified: integer
(int32)
Days to wait before site to be notified.Example:
5 -
siteCanRequestManual: string
Site can request manual.
Nested Schema : InitialShipments
Type:
objectTitle:
InitialShipmentsContains initial shipment detail.
Show Source
-
visitNumber: integer
(int64)
Visit number.Example:
5 -
whenToSend: string
When to send initial shipment.
Nested Schema : InventorySchedule
Type:
objectTitle:
InventoryScheduleContains inventory schedule details.
Show Source
-
daysToRun: object
DaysToRun
Title:
DaysToRunDays to run inventory detail. -
timeToRun: object
TimeToRun
Title:
TimeToRunTime to run inventory detail.
Nested Schema : KitOrdering
Type:
objectTitle:
KitOrderingContains kit ordering detail.
Show Source
-
allowed: string
Allowed.
-
blindingGroupsRequired: string
Indicates whether blinding groups are required.
-
kitsToPreventUnblinding: string
Kits to prevent unblinding.
-
kitType: string
Kit type.
Nested Schema : Resupply Types
Type:
arrayTitle:
Resupply TypesResupply types.
Show Source
-
Array of:
object ResupplyType
Title:
ResupplyTypeContains resupply detail.
Nested Schema : DaysToRun
Type:
objectTitle:
DaysToRunDays to run inventory detail.
Show Source
-
friday: boolean
Is inventory to run on Friday.Example:
true -
monday: boolean
Is inventory to run on Monday.Example:
true -
saturday: boolean
Is inventory to run on Saturday.Example:
true -
sunday: boolean
Is inventory to run on Sunday.Example:
true -
thursday: boolean
Is inventory to run on Thursday.Example:
true -
tuesday: boolean
Is inventory to run on Tuesday.Example:
true -
wednesday: boolean
Is inventory to run on Wednesday.Example:
true
Nested Schema : TimeToRun
Type:
objectTitle:
TimeToRunTime to run inventory detail.
Show Source
-
timeHour: integer
(int32)
Time in hour.Example:
5 -
timeMinute: integer
(int32)
Time in minute.Example:
5 -
timePeriod: string
Time period.
-
timeZone: string
Time zone.
Nested Schema : ResupplyType
Type:
objectTitle:
ResupplyTypeContains resupply detail.
Show Source
-
resupplyName: string
Resupply name.
-
resupplyType: string
Resupply type.
500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
object