[Deprecated]: Get region by country
get
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/filter/countries/{countryId}
Deprecated: Retrieves a region associated with a certain country. A null value is returned if the country isn't associated with a certain country. Region does not include associated countries list. Right: RegionGet.
Request
Path Parameters
-
countryId(required): string
Country Id for the associated region.
-
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
Root 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)