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