[Deprecated]: V1.0

post

/ec-designer-edc-svc/rest/v1.0/studies/{studyId}/visitsforms/strata

Deprecated in v1.0. Returns strata item data for visits by study version. Use newer randomization APIs when available for active version support.

Request

Path Parameters
Query Parameters
  • Study mode filter (optional). Allowed values: test, training, active.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StudyVersionVisitDto v9.0
Type: object
Title: StudyVersionVisitDto v9.0
Information about a visit in a study version.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Strata items returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StratumVisitItemsDto v1.0
Type: object
Title: StratumVisitItemsDto v1.0
Stratum Visit Items Detail Information
Show Source
Nested Schema : StratumVisitDto v1.0
Type: object
Title: StratumVisitDto v1.0
Stratum Visit Detail Information
Show Source
Nested Schema : StratumItemDto v1.0
Type: object
Title: StratumItemDto v1.0
Stratum Item Detail Information
Show Source
Examples

500 Response

Returned when the request cannot be completed due to validation failure, authorization failure, or an unexpected server-side condition.
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Back to Top