V3.0
delete
/ec-designer-ors-svc/rest/v3.0/studies/{studyId}/versions/{version}/randomizations/{randomId}/strata/bulk
Removes a list of cohort groups associated with a randomization design.
Request
Path Parameters
-
randomId(required): string(uuid)
Randomization ID
-
studyId(required): string(uuid)
Study unique identifier.
-
version(required): string
Study version identifier.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
array-
Array of:
object StrataBulkItemV3
Bulk strata request and response payload item for the v3 strata APIs.
Nested Schema : StrataBulkItemV3
Type:
objectBulk strata request and response payload item for the v3 strata APIs.
Show Source
-
factors: array
factors
Stratification factors associated with the stratum.
-
id: string
(uuid)
Minimum Length:
32Maximum Length:32Stratum unique identifier. -
name: string
Minimum Length:
1Maximum Length:64Stratum display name.Example:Stratum Group 1 -
objectId: string
(uuid)
Minimum Length:
32Maximum Length:32Object unique identifier associated with the objectType. -
objectType: string
Minimum Length:
4Maximum Length:9Allowed Values:[ "Code List", "Site", "Country", "Region" ]Object type used by adaptive strata. Allowed values: Code List = coded factor source, Site = site-based factor source, Country = country-based factor source, Region = region-based factor source.Example:Code List -
parentCohortId: string
(uuid)
Minimum Length:
32Maximum Length:32Parent cohort unique identifier when the stratum belongs to a cohort. -
parentCohortName: string
Minimum Length:
1Maximum Length:64Parent cohort name when the stratum belongs to a cohort.Example:Adult Cohort -
randomizationType: string
Minimum Length:
10Maximum Length:19Allowed Values:[ "Stratified", "Adaptive Stratified" ]Randomization type for the stratum. Allowed values: Stratified = standard stratified randomization stratum, Adaptive Stratified = adaptive stratified randomization stratum.Example:Stratified -
weight: integer
(int32)
Minimum Value:
0Weight assigned to the stratum when weighted selection is used.Example:1
Nested Schema : factors
Type:
arrayStratification factors associated with the stratum.
Show Source
-
Array of:
object StrataBulkFactorV3
Stratification factor details used in bulk strata request and response payloads.
Example:
[
{
"type":"choice",
"formId":"D1B8327AFAA6412287106192AB5984EF",
"itemId":"E1B8327AFAA6412287106192AB5984EF",
"groupName":"Age Group",
"groupId":"F1B8327AFAA6412287106192AB5984EF",
"values":[
"18-40",
"41-65"
],
"codelistitemIds":[
"977443BF3EFB43888026788E7F7CCE96",
"877443BF3EFB43888026788E7F7CCE95"
]
}
]Nested Schema : StrataBulkFactorV3
Type:
objectStratification factor details used in bulk strata request and response payloads.
Show Source
-
codelistitemIds: array
codelistitemIds
Selected code list item identifiers for a choice-based factor.
-
formId: string
(uuid)
Minimum Length:
32Maximum Length:32Form unique identifier that owns the factor item. -
groupId: string
(uuid)
Minimum Length:
32Maximum Length:32Factor group unique identifier. -
groupName: string
Minimum Length:
1Maximum Length:64Factor group display name.Example:Age Group -
itemId: string
(uuid)
Minimum Length:
32Maximum Length:32Form item unique identifier for the factor item. -
max: number
(double)
Maximum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.Example:
30 -
min: number
(double)
Minimum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.Example:
18 -
type: string
Minimum Length:
5Maximum Length:6Allowed Values:[ "choice", "range" ]Factor type. Allowed values: choice = factor based on one or more coded choice values, range = factor based on a numeric range.Example:choice -
values: array
values
Selected display values for a choice-based factor.
Nested Schema : codelistitemIds
Type:
arraySelected code list item identifiers for a choice-based factor.
Show Source
-
Array of:
string(uuid)
Minimum Length:
32Maximum Length:32
Example:
[
"977443BF3EFB43888026788E7F7CCE96",
"877443BF3EFB43888026788E7F7CCE95"
]Nested Schema : values
Type:
arraySelected display values for a choice-based factor.
Show Source
-
Array of:
string
Minimum Length:
1Maximum Length:255Example:18-40
Example:
[
"18-40",
"41-65"
]Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Strata were deleted successfully for the requested study version and randomization.
Root Schema : schema
Type:
Show Source
array-
Array of:
object StrataBulkItemV3
Bulk strata request and response payload item for the v3 strata APIs.
Nested Schema : StrataBulkItemV3
Type:
objectBulk strata request and response payload item for the v3 strata APIs.
Show Source
-
factors: array
factors
Stratification factors associated with the stratum.
-
id: string
(uuid)
Minimum Length:
32Maximum Length:32Stratum unique identifier. -
name: string
Minimum Length:
1Maximum Length:64Stratum display name.Example:Stratum Group 1 -
objectId: string
(uuid)
Minimum Length:
32Maximum Length:32Object unique identifier associated with the objectType. -
objectType: string
Minimum Length:
4Maximum Length:9Allowed Values:[ "Code List", "Site", "Country", "Region" ]Object type used by adaptive strata. Allowed values: Code List = coded factor source, Site = site-based factor source, Country = country-based factor source, Region = region-based factor source.Example:Code List -
parentCohortId: string
(uuid)
Minimum Length:
32Maximum Length:32Parent cohort unique identifier when the stratum belongs to a cohort. -
parentCohortName: string
Minimum Length:
1Maximum Length:64Parent cohort name when the stratum belongs to a cohort.Example:Adult Cohort -
randomizationType: string
Minimum Length:
10Maximum Length:19Allowed Values:[ "Stratified", "Adaptive Stratified" ]Randomization type for the stratum. Allowed values: Stratified = standard stratified randomization stratum, Adaptive Stratified = adaptive stratified randomization stratum.Example:Stratified -
weight: integer
(int32)
Minimum Value:
0Weight assigned to the stratum when weighted selection is used.Example:1
Nested Schema : factors
Type:
arrayStratification factors associated with the stratum.
Show Source
-
Array of:
object StrataBulkFactorV3
Stratification factor details used in bulk strata request and response payloads.
Example:
[
{
"type":"choice",
"formId":"D1B8327AFAA6412287106192AB5984EF",
"itemId":"E1B8327AFAA6412287106192AB5984EF",
"groupName":"Age Group",
"groupId":"F1B8327AFAA6412287106192AB5984EF",
"values":[
"18-40",
"41-65"
],
"codelistitemIds":[
"977443BF3EFB43888026788E7F7CCE96",
"877443BF3EFB43888026788E7F7CCE95"
]
}
]Nested Schema : StrataBulkFactorV3
Type:
objectStratification factor details used in bulk strata request and response payloads.
Show Source
-
codelistitemIds: array
codelistitemIds
Selected code list item identifiers for a choice-based factor.
-
formId: string
(uuid)
Minimum Length:
32Maximum Length:32Form unique identifier that owns the factor item. -
groupId: string
(uuid)
Minimum Length:
32Maximum Length:32Factor group unique identifier. -
groupName: string
Minimum Length:
1Maximum Length:64Factor group display name.Example:Age Group -
itemId: string
(uuid)
Minimum Length:
32Maximum Length:32Form item unique identifier for the factor item. -
max: number
(double)
Maximum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.Example:
30 -
min: number
(double)
Minimum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.Example:
18 -
type: string
Minimum Length:
5Maximum Length:6Allowed Values:[ "choice", "range" ]Factor type. Allowed values: choice = factor based on one or more coded choice values, range = factor based on a numeric range.Example:choice -
values: array
values
Selected display values for a choice-based factor.
Nested Schema : codelistitemIds
Type:
arraySelected code list item identifiers for a choice-based factor.
Show Source
-
Array of:
string(uuid)
Minimum Length:
32Maximum Length:32
Example:
[
"977443BF3EFB43888026788E7F7CCE96",
"877443BF3EFB43888026788E7F7CCE95"
]Nested Schema : values
Type:
arraySelected display values for a choice-based factor.
Show Source
-
Array of:
string
Minimum Length:
1Maximum Length:255Example:18-40
Example:
[
"18-40",
"41-65"
]Examples
500 Response
Returned when the service cannot delete the requested strata for the supplied study version and randomization because of an unexpected server-side failure.
Nested Schema : details
Type:
objectExamples