Get metadata of a specified study ID and study version
get
/ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/studyMetadata
Retrieves metadata for a specified study ID and study version.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
-
version(required): string
Study version. Example: "1.0.0.1"
Query Parameters
-
asofdate(required): string
Format for the study metadata
-
format(required): string
Format for the study metadataAllowed Values:
[ "unique", "casebook" ]
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : Study
Type:
objectODM Study object
Show Source
-
BasicDefinitions: object
BasicDefinitions10
Root-level definitions for basic units and reference types in the ODM Study.
-
GlobalVariables: object
GlobalVariables10
ODM GlobalVariables for a Study, providing human-readable study description and identifiers.
-
MetaDataVersion: object
MetaDataVersion
Represents the metadata about the study
-
OID: string
Unique object identifier for the study, uppercase HEX UUID.Example:
D5E16DD550CB4AD1B330E0D09B4B8F3F
Nested Schema : BasicDefinitions10
Type:
objectRoot-level definitions for basic units and reference types in the ODM Study.
Show Source
-
MeasurementUnit: object
MeasurementUnit
A measurement unit reference used in study forms, such as mg/dL.
Nested Schema : GlobalVariables10
Type:
objectODM GlobalVariables for a Study, providing human-readable study description and identifiers.
Show Source
-
ProtocolName: object
ProtocolName10
Protocol identifier/name for the ODM Study.
-
StudyDescription: object
StudyDescription10
Free-text description of the ODM Study.
-
StudyName: object
StudyName10
Human-readable display name for the ODM Study.
Nested Schema : MetaDataVersion
Type:
objectRepresents the metadata about the study
Show Source
-
codeList: object
codeList
Code list definition including items or external mappings.
-
conditionDef: object
conditionDef
Condition definition containing formal expressions and metadata.
-
description: string
Description of this study versionExample:
Main Study Metadata for Diabetes Trial -
formDef: object
formDef
Form definition containing item group references, archive layouts and metadata.
-
imputationMethod: object
imputationMethod
Imputation method definition with value and identifier.
-
include: object
Include10
Includes the metadata about the study version
-
itemDef: object
itemDef
Item definition including question, code list, range checks and metadata.
-
itemGroupDef: object
itemGroupDef
ItemGroup definition containing item references and metadata.
-
methodDef: object
methodDef
Method definition containing formal expressions and metadata.
-
name: string
Name of this study versionExample:
Main Study MetaData v1 -
oid: string
Unique identifier for this MetaDataVersionExample:
33caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29 -
presentation: object
presentation
Presentation metadata including value, identifier and language.
-
protocol: object
Protocol10
Protocol metadata
-
studyEventDef: object
studyEventDef
Study Event Def data
Nested Schema : MeasurementUnit
Type:
objectA measurement unit reference used in study forms, such as mg/dL.
Show Source
-
Alias: object
Alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
Name: string
Formal name of this measurement unit.Example:
mg/dL -
OID: string
Unique OID for this measurement unit. UUID uppercase hex.Example:
33caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29 -
Symbol: object
Symbol10
Symbol element for a MeasurementUnit.
Nested Schema : Alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : Symbol10
Type:
objectSymbol element for a MeasurementUnit.
Show Source
-
TranslatedText: object
TranslatedText
A localizable or translated representation of a symbol, label, or similar text element.
Nested Schema : TranslatedText
Type:
objectA localizable or translated representation of a symbol, label, or similar text element.
Show Source
-
lang: string
Language code for this translation, e.g. 'en'.Example:
null -
Value: string
Text value for this locale/language.Example:
gender
Nested Schema : ProtocolName10
Type:
objectProtocol identifier/name for the ODM Study.
Show Source
-
Value: string
Protocol name/code for the Study.Example:
P-2024-0001
Nested Schema : StudyDescription10
Type:
objectFree-text description of the ODM Study.
Show Source
-
Value: string
Free-text description of the Study.Example:
Phase 3, double blind, randomized clinical study in Diabetes.
Nested Schema : StudyName10
Type:
objectHuman-readable display name for the ODM Study.
Show Source
-
Value: string
Display name for the Study.Example:
Sample Study
Nested Schema : codeList
Type:
objectCode list definition including items or external mappings.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
codeListItem: object
codeListItem
Represents a single code list item with decode and metadata.
-
dataType: string
Allowed Values:
[ "INTEGER", "FLOAT", "TEXT", "STRING" ]Code list data type -
description: object
Description10
Description DTO having information on the translated text
-
enumeratedItem: object
enumeratedItem
Enumerated item value with optional ordering and aliases.
-
externalCodeList: object
ExternalCodeList1
Reference to an external dictionary-based code list.
-
name: string
Code list nameExample:
GENDER -
oid: string
CodeList object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
SASFormatName: string
SAS format name for the code listExample:
BEST12.
Nested Schema : conditionDef
Type:
objectCondition definition containing formal expressions and metadata.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
description: object
Description10
Description DTO having information on the translated text
-
formalExpression: object
formalExpression
Formal expression used for validation.
-
name: string
Condition nameExample:
AgeGreaterThan18 -
oid: string
Condition object identifierExample:
86e83895-8674-443d-b2c9-f3a7ed25d119.2_0_0_39
Nested Schema : formDef
Type:
objectForm definition containing item group references, archive layouts and metadata.
Show Source
-
alias: array
alias
Aliases for the form
-
archiveLayout: array
archiveLayout
Archive layouts defined for this form
-
description: object
Description10
Description DTO having information on the translated text
-
hasIPR: boolean
Indicates IPR exists for the formExample:
true -
id: string
Form identifierExample:
9B9B96B684BA4822B98BFA612A070251 -
itemGroupRef: array
itemGroupRef
Item group references for this form
-
name: string
Form nameExample:
Demographics -
note: string
Additional note for the formExample:
Requires supervisor review -
oid: string
Form object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
repeating: string
Allowed Values:
[ "Yes", "No" ]Whether the form is repeating -
revisionDate: string
Form revision dateExample:
2023-01-01
Nested Schema : imputationMethod
Type:
objectImputation method definition with value and identifier.
Show Source
-
oid: string
Imputation method object identifierExample:
a4a7124a-0056-4fb5-9a7e-4a1b0068a966.1_8_0_29 -
value: string
Imputation method valueExample:
MeanImputation
Nested Schema : Include10
Type:
objectIncludes the metadata about the study version
Show Source
-
MetaDataVersionOID: string
OID of the referenced MetaDataVersionExample:
77ad209a-99bc-4b84-901a-2dcd173dcda7.2_0_0_39 -
StudyOID: string
OID of the referenced studyExample:
a4a7124a-0056-4fb5-9a7e-4a1b0068a966.1_8_0_29
Nested Schema : itemDef
Type:
objectItem definition including question, code list, range checks and metadata.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
Calculated: string
Is this item calculated?Example:
1 -
CaptionAlignment: string
Allowed Values:
[ "0", "1", "2", "3", "4", "5", "6" ]Caption alignment. Allowed Values are INF_NOTDEFINED ,INF_LEFT ,INF_CENTER ,INF_RIGHT ,INF_TOP ,INF_MIDDLE ,INF_BOTTOMExample:INF_TOP -
CaptionText: string
UI caption textExample:
Please enter your name -
codeListRef: object
CodeListRef1
Reference to a CodeList by its OID.
-
Comment: string
Free-text commentExample:
This is a calculated item. -
ControlLayout: string
Allowed Values:
[ "0", "1", "2", "3", "4", "5" ]UI control layout style.Allowed values are INF_NOTDEFINED,INF_HORIZONTAL,INF_VERTICAL,INF_NOWRAP,INF_TWOCOLUMN,INF_THREECOLUMNExample:INF_NOTDEFINED -
ControlType: string
Allowed Values:
[ "pulldown", "text", "group", "radiogroup", "checkbox", "calendar", "element", "calculated", "instructionaltext", "file" ]UI control typeExample:TEXTBOX -
DataType: string
Allowed Values:
[ "integer", "float", "date", "datetime", "time", "text", "string", "double", "URI", "boolean", "hexBinary", "base64Binary", "hexFloat", "base64Float", "partialDate", "partialTime", "partialDatetime", "durationDatetime", "intervalDatetime", "incompleteDatetime", "incompleteDate", "incompleteTime" ]Data type (e.g., STRING, INT)Example:string -
description: object
Description10
Description DTO having information on the translated text
-
DisplayMask: string
Display mask for inputExample:
999-99-9999 -
EndYear: string
End year for date inputExample:
2025 -
externalQuestion: object
ExternalQuestion1
External question reference details.
-
InitialRowCount: string
Initial number of rowsExample:
1 -
IsDynamic: integer
(int32)
Is this item dynamic?Example:
0 -
IsSmartItem: integer
(int32)
Is this a smart item?Example:
1 -
itemRef: object
itemRef
Reference to an Item within an ItemGroup.
-
Length: integer
(int32)
Length of string/numericExample:
255 -
measurementUnitRef: object
measurementUnitRef
Data captured for a Measurement Unit
-
Name: string
Item nameExample:
DROPDOWN_03 -
OID: string
Unique OIDExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
Origin: string
Item's origin dataExample:
derived -
question: object
Question1
Question containing translated display text.
-
rangeCheck: object
rangeCheck
Range check configuration for item validation.
-
role: object
role
Represents the role associated with an item or definition.
-
SASFieldName: string
Field name in SAS exportExample:
HEIGHT_SAS -
SDSVarName: string
Field name in SDS exportExample:
HEIGHT_SDS -
SelectionValue: string
Selection value for this itemExample:
Y -
SignificantDigits: integer
(int32)
Number of significant digitsExample:
2 -
StartYear: string
Start year for date inputExample:
2000 -
UnknownMask: string
Unknown input maskExample:
UNK
Nested Schema : itemGroupDef
Type:
objectItemGroup definition containing item references and metadata.
Show Source
-
alias: array
alias
Aliases for the ItemGroup
-
comment: string
Additional comments for the ItemGroupExample:
No special handling -
description: object
Description10
Description DTO having information on the translated text
-
domain: string
Domain name for the ItemGroupExample:
DM -
isReferenceData: string
Allowed Values:
[ "Yes", "No" ]Indicates whether the ItemGroup holds reference data -
itemRef: array
itemRef
References to Items within this ItemGroup
-
name: string
ItemGroup nameExample:
Demographics Group -
oid: string
ItemGroup object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
origin: string
Origin of the ItemGroup dataExample:
Collected -
purpose: string
Purpose of the ItemGroupExample:
Analysis -
repeating: string
Allowed Values:
[ "Yes", "No" ]Whether the ItemGroup is repeating -
role: string
Role of the ItemGroupExample:
CRF -
SASDatasetName: string
SAS dataset name mapped for the ItemGroupExample:
DM
Nested Schema : methodDef
Type:
objectMethod definition containing formal expressions and metadata.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
description: object
Description10
Description DTO having information on the translated text
-
formalExpression: object
formalExpression
Formal expression used for validation.
-
name: string
Method nameExample:
DeriveBMI -
oid: string
Method object identifierExample:
86e83895-8674-443d-b2c9-f3a7ed25d119.2_0_0_39 -
type: string
Allowed Values:
[ "COMPUTATION", "IMPUTATION", "TRANSPOSE", "OTHER" ]Method type
Nested Schema : presentation
Type:
objectPresentation metadata including value, identifier and language.
Show Source
-
lang: string
Language codeExample:
en -
oid: string
Presentation object identifierExample:
a4a7124a-0056-4fb5-9a7e-4a1b0068a966.1_8_0_29 -
value: string
Presentation valueExample:
Form Layout A
Nested Schema : Protocol10
Type:
objectProtocol metadata
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
description: object
Description10
Description DTO having information on the translated text
-
studyEventRef: object
studyEventRef
Study Event Ref data
Nested Schema : studyEventDef
Type:
objectStudy Event Def data
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
category: string
Event categoryExample:
Main -
description: object
Description10
Description DTO having information on the translated text
-
formRef: object
formRef
FormRef metadata
-
name: string
Event nameExample:
Screening Event -
oid: string
Unique identifier OID for the eventExample:
SE1 -
repeating: string
Allowed Values:
[ "Yes", "No" ]Whether this event may repeatExample:Yes -
type: string
Allowed Values:
[ "Scheduled", "Unscheduled", "Common" ]Type of eventExample:SCHEDULED
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : codeListItem
Type:
objectRepresents a single code list item with decode and metadata.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
codedValue: string
Coded valueExample:
M -
decode: object
Decode1
Decoded text for a code list item with translations.
-
orderNumber: integer
(int64)
Order number of this itemExample:
1
Nested Schema : Description10
Type:
objectDescription DTO having information on the translated text
Show Source
-
translatedText: object
translatedText
A localizable or translated representation of a symbol, label, or similar text element.
Nested Schema : enumeratedItem
Type:
objectEnumerated item value with optional ordering and aliases.
Show Source
-
alias: object
alias
A synonym, translation, or locale-specific label for a MeasurementUnit.
-
codedValue: string
Coded valueExample:
M -
orderNumber: integer
(int64)
Order number within the code listExample:
1 -
rank: number
Optional rank for orderingExample:
1
Nested Schema : ExternalCodeList1
Type:
objectReference to an external dictionary-based code list.
Show Source
-
dictionary: string
External dictionary nameExample:
MedDRA -
href: string
Hyperlink reference to the external code listExample:
https://example.com/codelist/CL001 -
ref: string
Reference identifier within the external systemExample:
CL001 -
version: string
External dictionary versionExample:
24.0
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : Decode1
Type:
objectDecoded text for a code list item with translations.
Show Source
-
translatedText: object
translatedText
A localizable or translated representation of a symbol, label, or similar text element.
Nested Schema : translatedText
Type:
objectA localizable or translated representation of a symbol, label, or similar text element.
Show Source
-
lang: string
Language code for this translation, e.g. 'en'.Example:
null -
Value: string
Text value for this locale/language.Example:
gender
Nested Schema : translatedText
Type:
objectA localizable or translated representation of a symbol, label, or similar text element.
Show Source
-
lang: string
Language code for this translation, e.g. 'en'.Example:
null -
Value: string
Text value for this locale/language.Example:
gender
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : formalExpression
Type:
objectFormal expression used for validation.
Show Source
-
context: string
Context or language for expressionExample:
XPath -
value: string
Formal expression for validationExample:
@AGE > 18
Nested Schema : alias
Type:
arrayAliases for the form
Show Source
-
Array of:
object Alias1
A synonym, translation, or locale-specific label for a MeasurementUnit.
Nested Schema : archiveLayout
Type:
arrayArchive layouts defined for this form
Show Source
-
Array of:
object ArchiveLayout1
Archive layout metadata for a form.
Nested Schema : itemGroupRef
Type:
arrayItem group references for this form
Show Source
-
Array of:
object ItemGroupRef1
Reference to an ItemGroup within a form.
Nested Schema : Alias1
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : ArchiveLayout1
Type:
objectArchive layout metadata for a form.
Show Source
-
oid: string
ArchiveLayout object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
pdfFileName: string
Name of the PDF fileExample:
layout.pdf -
presentationOID: string
Presentation object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29
Nested Schema : ItemGroupRef1
Type:
objectReference to an ItemGroup within a form.
Show Source
-
collectionExceptionConditionOID: string
Condition OID that allows exception to collectionExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
itemGroupOID: string
ItemGroup object identifierExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
mandatory: string
Allowed Values:
[ "Yes", "No" ]Whether collection of the item group is mandatory -
orderNumber: integer
(int64)
Order number within the formExample:
1
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : CodeListRef1
Type:
objectReference to a CodeList by its OID.
Show Source
-
codeListOID: string
OID of the referenced code listExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29
Nested Schema : ExternalQuestion1
Type:
objectExternal question reference details.
Show Source
-
code: string
External question codeExample:
QCODE123 -
dictionary: string
Source dictionary nameExample:
MedDRA -
version: string
Dictionary versionExample:
24.0
Nested Schema : itemRef
Type:
objectReference to an Item within an ItemGroup.
Show Source
-
collectionExceptionConditionOID: string
OID for collection exception conditionExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
imputationMethodOID: string
Imputation method OIDExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
itemOID: string
OID of referenced itemExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
keySequence: integer
(int64)
Key sequence for composite keyExample:
1 -
mandatory: string
Allowed Values:
[ "Yes", "No" ]Is this item mandatory? -
methodOID: string
Method OID for derivationExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
orderNumber: integer
(int64)
Order of the itemExample:
2 -
role: string
Role of the referenced itemExample:
DataEntry -
roleCodeListOID: string
OID for role code listExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29
Nested Schema : measurementUnitRef
Type:
objectData captured for a Measurement Unit
Show Source
-
MeasurementUnitOID: string
OID of the referenced measurement unitExample:
33caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29
Nested Schema : Question1
Type:
objectQuestion containing translated display text.
Show Source
-
translatedText: object
translatedText
A localizable or translated representation of a symbol, label, or similar text element.
Nested Schema : rangeCheck
Type:
objectRange check configuration for item validation.
Show Source
-
checkValue: object
checkValue
A value used within a range validation.
-
comparator: string
Allowed Values:
[ "LT", "LE", "GT", "GE", "EQ", "NE", "IN", "NOTIN" ]Comparator operation -
errorMessage: object
ErrorMessage1
Error message details for validation failures.
-
formalExpression: object
formalExpression
Formal expression used for validation.
-
measurementUnitRef: object
MeasurementUnitRef1
Data captured for a Measurement Unit
-
softHard: string
Allowed Values:
[ "SOFT", "HARD" ]Indicates hard or soft validation
Nested Schema : role
Type:
objectRepresents the role associated with an item or definition.
Show Source
-
value: string
Value or name of the roleExample:
DataEntry
Nested Schema : translatedText
Type:
objectA localizable or translated representation of a symbol, label, or similar text element.
Show Source
-
lang: string
Language code for this translation, e.g. 'en'.Example:
null -
Value: string
Text value for this locale/language.Example:
gender
Nested Schema : checkValue
Type:
objectA value used within a range validation.
Show Source
-
value: string
Value to check in a range validationExample:
10
Nested Schema : ErrorMessage1
Type:
objectError message details for validation failures.
Show Source
-
translatedText: object
translatedText
A localizable or translated representation of a symbol, label, or similar text element.
Nested Schema : formalExpression
Type:
objectFormal expression used for validation.
Show Source
-
context: string
Context or language for expressionExample:
XPath -
value: string
Formal expression for validationExample:
@AGE > 18
Nested Schema : MeasurementUnitRef1
Type:
objectData captured for a Measurement Unit
Show Source
-
MeasurementUnitOID: string
OID of the referenced measurement unitExample:
33caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29
Nested Schema : translatedText
Type:
objectA localizable or translated representation of a symbol, label, or similar text element.
Show Source
-
lang: string
Language code for this translation, e.g. 'en'.Example:
null -
Value: string
Text value for this locale/language.Example:
gender
Nested Schema : alias
Type:
arrayAliases for the ItemGroup
Show Source
-
Array of:
object Alias1
A synonym, translation, or locale-specific label for a MeasurementUnit.
Nested Schema : itemRef
Type:
arrayReferences to Items within this ItemGroup
Show Source
-
Array of:
object ItemRef1
Reference to an Item within an ItemGroup.
Nested Schema : ItemRef1
Type:
objectReference to an Item within an ItemGroup.
Show Source
-
collectionExceptionConditionOID: string
OID for collection exception conditionExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
imputationMethodOID: string
Imputation method OIDExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
itemOID: string
OID of referenced itemExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
keySequence: integer
(int64)
Key sequence for composite keyExample:
1 -
mandatory: string
Allowed Values:
[ "Yes", "No" ]Is this item mandatory? -
methodOID: string
Method OID for derivationExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29 -
orderNumber: integer
(int64)
Order of the itemExample:
2 -
role: string
Role of the referenced itemExample:
DataEntry -
roleCodeListOID: string
OID for role code listExample:
c419c414-a0de-4ee4-a138-3b072aa1a00f.1_8_0_29
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : formalExpression
Type:
objectFormal expression used for validation.
Show Source
-
context: string
Context or language for expressionExample:
XPath -
value: string
Formal expression for validationExample:
@AGE > 18
Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Example:
[
{
"context":"CDASH",
"name":"PROTID"
}
]Nested Schema : studyEventRef
Type:
objectStudy Event Ref data
Show Source
-
collectionExceptionConditionOID: string
OID for collection exceptionExample:
COND1 -
mandatory: string
Allowed Values:
[ "Yes", "No" ]Is this event mandatory? YES or NOExample:Yes -
orderNumber: integer
(int32)
Order of the event in scheduleExample:
1 -
studyEventOID: string
OID of the referenced study eventExample:
SE1
Example:
[
{
"eventOID":"SE1"
}
]Nested Schema : alias
Type:
objectA synonym, translation, or locale-specific label for a MeasurementUnit.
Show Source
-
Context: string
Locale, region, or terminology context.Example:
US -
Name: string
Alternative or alias name for the unit in this context.Example:
mg per deciliter
Nested Schema : formRef
Type:
objectFormRef metadata
Show Source
-
collectionExceptionConditionOID: string
OID for collection exceptionExample:
43caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29 -
formOID: string
OID of the referenced formExample:
33caf3cb-1df6-4df5-a353-a337cbe6b50a.1_8_0_29 -
mandatory: string
Allowed Values:
[ "Yes", "No" ]Is this form mandatory in the event?Example:Yes -
orderNumber: integer
(int32)
Order of this form in the eventExample:
1
404 Response
Error
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId500 Response
Error
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId