Get list of countries and states associated to a region
get
/ec-site-svc/rest/v3/studies/{studyId}/{mode}/regions/{regionId}/countries
Retrieves a list of countries and states associated with a region bu region ID. Retrieves a list of countries and states associated with a region by region ID. Rights required: RegionGet.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
regionId(required): string
Region ID of the required region
-
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 : 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)
400 Response
In case of invalid region ID
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object