[Deprecated]: V1.0

post

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

Deprecated in v1.0. Returns visits/forms summary details and selected form-item data. Use /v20.0 visit forms endpoints for supported versioned behavior.

Request

Path Parameters
Query Parameters
  • Form item type to exclude (optional). Allowed value: instructionalText.
    Allowed Values: [ "instructionalText" ]
  • Form category filter (optional). Allowed values: DCS, NSF, ALL.
    Default Value: ALL
    Allowed Values: [ "DCS", "NSF", "ALL" ]
  • Include form details in response (optional). Allowed values: true, false.
    Default Value: true
  • Study mode filter. Required. Allowed values: test, training, active.
    Allowed Values: [ "test", "training", "active" ]
  • Include visit details in response (optional). Allowed values: true, false.
    Default Value: true
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StudyVersionVisitDtoV9
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Visits and forms summary returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : VisitsFormsSummaryDto
Type: object
Show Source
Nested Schema : forms
Type: array
Show Source
Nested Schema : visits
Type: array
Show Source
Nested Schema : FormSummaryDto v2.0
Type: object
Title: FormSummaryDto v2.0
Reduced form properties
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : FormItemSummaryDto v2.0
Type: object
Title: FormItemSummaryDto v2.0
Reduced form item properties
Show Source
Nested Schema : VisitSummaryWithFormIdsDto
Type: object
Show Source
Nested Schema : formIds
Type: array
Show Source
Examples

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top