V1.0

post

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

Returns latest form items for a study by mode. Use /v2.0/studies/{studyId}/{mode}/forms/latest or /v20.0/studies/{studyId}/versions/{version}/forms for active development.

Request

Path Parameters
Query Parameters
  • Study mode filter. Required. Allowed values: test, training, active.
    Allowed Values: [ "test", "training", "active" ]
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Latest form items returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : FormSummaryInfoDto v1.0
Type: object
Title: FormSummaryInfoDto v1.0
Reduced form properties
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : FormItemSummaryInfoDto v1.0
Type: object
Title: FormItemSummaryInfoDto v1.0
Reduced form item properties
Show Source
Examples

500 Response

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