[Deprecated]: v1.0

post

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

Deprecated: Use latest version instead. Returns visit and form summary details for the requested study-version visits. The request body is an array where each object identifies a study version and visit. The response is an EDC envelope whose result contains visit summaries and form summaries for the requested visits. This API is no longer supported

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 : 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

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