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
-
studyId(required): string(uuid)
Study ID (UUID, 32-character uppercase hexadecimal string). Required.
Query Parameters
-
excludeItemType: string
Form item type to exclude (optional). Allowed value: instructionalText.Allowed Values:
[ "instructionalText" ] -
formCategory: string
Form category filter (optional). Allowed values: DCS, NSF, ALL.Default Value:
ALLAllowed Values:[ "DCS", "NSF", "ALL" ] -
mode(required): string
Study mode filter. Required. Allowed values: test, training, active.Allowed Values:
[ "test", "training", "active" ]
Supported Media Types
- application/json
Nested Schema : StudyVersionFormDtoV1
Type:
Show Source
object-
formId(required): string
(uuid)
Form GUID
-
studyId(required): string
(uuid)
Study GUID
-
version(required): string
versionExample:
1.3.0.6
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Lab-normal form items returned successfully.
Root Schema : schema
Type:
Show Source
array-
Array of:
object LabNormalFormItemsDto v1.0
Title:
LabNormalFormItemsDto v1.0LabNormal Form Items Detail Information
Nested Schema : LabNormalFormItemsDto v1.0
Type:
objectTitle:
LabNormalFormItemsDto v1.0LabNormal Form Items Detail Information
Show Source
-
forms: object
LabNormalFormDto v1.0
Title:
LabNormalFormDto v1.0LabNormal Form Detail Information -
studyVersion: string
Study VersionExample:
1.0.0.1
Nested Schema : LabNormalFormDto v1.0
Type:
objectTitle:
LabNormalFormDto v1.0LabNormal Form Detail Information
Show Source
-
formId: string
(uuid)
Form Id
-
items: object
LabNormalItemDto v1.0
Title:
LabNormalItemDto v1.0Item tagged with labNormalTag Details
Nested Schema : LabNormalItemDto v1.0
Type:
objectTitle:
LabNormalItemDto v1.0Item tagged with labNormalTag Details
Show Source
-
format: string
Date FormatExample:
dd-MMM-yyyy -
formId: string
(uuid)
Form Id
-
id: string
(uuid)
Item Id
-
labNormalsTag: string
labNormalsTagExample:
Race -
options: object
FormOptionDto v17.0
Title:
FormOptionDto v17.0Form choice item option details -
refname: string
Form refnameExample:
FORM_01
Nested Schema : FormOptionDto v17.0
Type:
objectTitle:
FormOptionDto v17.0Form choice item option details
Show Source
-
clCode: string
Codelist code for a one specific choice.Example:
1 -
clDescription: string
Minimum Length:
1Maximum Length:4000Codelist description for a one specific choice.Example:1 -
clValue: string
Codelist value for a one specific choice.Example:
1 -
label: string
Minimum Length:
1Maximum Length:4000Form choice selectbox label for a one specific choice.Example:Female -
value: string
Minimum Length:
1Maximum Length:4000Form choice selectbox value for a one specific choice.Example:1
Examples
500 Response
Error
Nested Schema : details
Type:
object