[Deprecated]: Get list of regions
get
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions
Deprecated: Retrieves the list of regions along with countries and states associations. Rights required: RegionGet. Region includes list of countries and states associated.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
studyId(required): string(uuid)
The 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 : schema
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
name(required): string
Minimum Length:
1
Maximum Length:100
-
reason: string
Minimum Length:
0
Maximum Length:255
-
regionCountries(required): array
regionCountries
Minimum Number of Items:
1
Maximum Number of Items:2147483647
-
versionStart: string
(date-time)
Nested Schema : regionCountries
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
Show Source
2147483647
Nested Schema : RegionCountryDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
countryId(required): string
(uuid)
-
countryName: string
-
id: string
(uuid)
-
reason: string
Minimum Length:
0
Maximum Length:255
-
versionStart: string
(date-time)