v1.0
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/locally-sourced-kits
Retrieves all locally sourced kit settings.
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 : LocalSourceSettingsResponse
Type:
objectTitle:
LocalSourceSettingsResponseContains Local Source Settings detail response.
Show Source
Nested Schema : locallySourcedCountries
Type:
Show Source
array-
Array of:
object LocalSourceSettingsTo
Title:
LocalSourceSettingsToContains locally sourced kit settings.
Nested Schema : sourcedBySiteCountries
Type:
Show Source
array-
Array of:
object LocalSourceSettingsTo
Title:
LocalSourceSettingsToContains locally sourced kit settings.
Nested Schema : LocalSourceSettingsTo
Type:
objectTitle:
LocalSourceSettingsToContains locally sourced kit settings.
Show Source
-
comment: string
Title:
CommentComment.Example:Additional details. -
countryId: string
(uuid)
Title:
Country IDCountry identifier.Example:12345678-90ab-cdef-1234-567890abcdef -
enabled: boolean
Title:
EnabledIndicates whether dose hold is enabled.Example:true -
kitTypeSrcId: string
(uuid)
Title:
Kit Type Source IDKit type ID.Example:99999999-8888-7777-6666-555555555555 -
localSourceId: string
(uuid)
Title:
Local Source IDLocal source identifier.Example:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee -
objectVersionNumber: number
Title:
Object Version NumberObject version number.Example:1 -
operationType: string
Title:
Operation TypeOperation type.Example:CREATE -
reason: string
Title:
ReasonReason.Example:Business justification. -
userId: string
(uuid)
Title:
User IDUser ID.Example:11111111-2222-3333-4444-555555555555 -
versionEnd: string
(date-time)
Title:
Version EndVersion end date.Example:2025-12-31T23:59:59Z -
versionStart: string
(date-time)
Title:
Version StartVersion start date.Example:2025-01-01T00:00:00Z
204 Response
Successful operation
Root Schema : ListResponseFactory
Type:
object500 Response
Internal server error
Root Schema : ListResponseFactory
Type:
object