V1.0

post

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

Returns form items tagged with lab-normal metadata for selected forms. Use /v20.0/studies/{studyId}/versions/{version}/forms for the latest form retrieval and tagging 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" ]
  • 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
Nested Schema : StudyVersionFormDtoV1
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Lab-normal form items returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LabNormalFormItemsDto v1.0
Type: object
Title: LabNormalFormItemsDto v1.0
LabNormal Form Items Detail Information
Show Source
Nested Schema : LabNormalFormDto v1.0
Type: object
Title: LabNormalFormDto v1.0
LabNormal Form Detail Information
Show Source
Nested Schema : LabNormalItemDto v1.0
Type: object
Title: LabNormalItemDto v1.0
Item tagged with labNormalTag Details
Show Source
Nested Schema : FormOptionDto v17.0
Type: object
Title: FormOptionDto v17.0
Form choice item option details
Show Source
  • Codelist code for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Codelist description for a one specific choice.
    Example: 1
  • Codelist value for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox label for a one specific choice.
    Example: Female
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox value for a one specific choice.
    Example: 1
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