V1.0
post
/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/subjects/screen
Screens a candidate subject for enrollment. Returns the assigned screening number and validation result.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
test -
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
ABCDEF1234567890ABCDEF1234567890
Supported Media Types
- application/json
Root Schema : schema
Type:
objectSubject screening request, containing enrollment context and submitted forms with data elements.
Show Source
-
context(required): object
SubjectScreenContext
Context for subject screening data, including site, event, subject, and visit date.
-
forms(required): object
forms
Screening subject form and its input data elements.
Nested Schema : SubjectScreenContext
Type:
objectContext for subject screening data, including site, event, subject, and visit date.
Show Source
-
eventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical event like Screening, Visit 1 etc.Example:
78DB4EF4847849CCB24EFCCB71CDA436 -
siteId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
40DB4EF4847849CCB24EFCCB71CDA436 -
subjectNumber: string
Unique subject Number representing the patient/participant enrolled in the study.Example:
SUBJ-0123 -
visitStartDate: string
(date-time)
Visit start date for screeningExample:
2025-12-01T09:00:00Z
Nested Schema : forms
Type:
objectScreening subject form and its input data elements.
Show Source
-
dataElements(required): array
dataElements
List of data elements input by user in the form
-
formId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
A1B23C45D67E89F123456789ABCDEF12
Nested Schema : dataElements
Type:
arrayList of data elements input by user in the form
Show Source
-
Array of:
object CoreDataElementV7
Core data element payload (v7).
Nested Schema : CoreDataElementV7
Type:
objectCore data element payload (v7).
Show Source
-
comment: string
Minimum Length:
0Maximum Length:2048Any general comments for the data element instance.Example:Measured after fasting -
dataFlag: string
Unique Data flag identifier(UUID, 32-character uppercase hexadecimal string).Example:
B1B8327AFAA6412287106192AB5984EF -
documentId: string
(uuid)
Unique identifier of the associated source document (hex UUID, 32-character uppercase), enabling traceability between the data element and its original supporting document or file.
-
documentVersion: number
Version of the source or supporting document linked to this data element.Example:
1 -
formSectionId: string
ID (UUID, 32-character uppercase hexadecimal string) of the form section.Example:
D9876543D9876543D9876543D9876543 -
hdiId: string
Unique Identfier (UUID, 32-character uppercase hexadecimal string) HDI value for integrations.Example:
A86F2D0BB610404DB62D37AFA9C20B50 -
id: string
Primary uuid identifier for the data element instance (HEX, upper case).Example:
C1234567C1234567C1234567C1234567 -
innerRepeat: integer
Indicates the repeat sequence number of a nested or inner repeating form within an outer repeating structure. This value is used to distinguish multiple occurrences of the same inner form for a given outer repeat instance.Example:
1 -
itemId: string
Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE -
measureUnit: string
Unit of measurement for this value (if applicable).Example:
mg/dL -
originatorId: string
An identifier representing the system, or user that initiated the transaction (UUID, 32-character uppercase hexadecimal string).Example:
F4443333F4443333F4443333F4443333 -
outerRepeat: integer
Indicates the repeat sequence number of the primary or outer repeating form. This value identifies each top-level occurrence of a repeating form and serves as the parent context for any nested inner repeats.Example:
1 -
propertyId: string
Unique Identfier (UUID, 32-character uppercase hexadecimal string) of data capture propertiesExample:
299BC76CF0F943E6BAC1D209BC3D1CDC -
propertyVersionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.Example:
2024-01-01T00:00:00Z -
reason: string
Minimum Length:
0Maximum Length:255Reason for this data entry/edit.Example:Other -
repeatFormNumber: integer
Represents the ordinal number assigned to a repeated instance of a data collection form. It uniquely identifies each occurrence of a repeating form for a subject when multiple instances of the form.Example:
1 -
repeatSequenceNumber: integer
(int32)
Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.Example:
2 -
sourceTimeStamp: string
(date-time)
Timestamp from the data source when this element was generated.Example:
2024-01-01T00:00:00Z -
transactionEnd: string
(date-time)
Transaction end date/time for this observation.Example:
2024-01-01T13:00:00Z -
transactionStart: string
(date-time)
Transaction start date/time for this observation.Example:
2024-01-01T12:00:00Z -
value: string
Minimum Length:
0Maximum Length:4000Measured value captured for this data element.Example:42.0 -
variableId: string
Variable identifier (UUID, 32-character uppercase hexadecimal string) in uppercase hex format.Example:
E5554444E5554444E5554444E5554444 -
vendorCode: string
Minimum Length:
0Maximum Length:100Code supplied by vendor.Example:VENDOR42
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Candidate subject successfully screened.
Root Schema : SubjectScreenResponseDto
Type:
objectScreen subject response object: details of the subject, visit status, and data elements captured.
Show Source
-
dataElements(required): array
dataElements
All data elements extracted from the screen form for the subject.
-
subject(required): object
Subject1
Comprehensive subject details including identity, site, study, demographic and state details, with example showing all fields.
-
visit: object
VisitsStatus
Details of the visit for screening.
Nested Schema : dataElements
Type:
arrayAll data elements extracted from the screen form for the subject.
Show Source
-
Array of:
object DataElement
Represents a data element as captured/stored for a subject during a study, including repeat and validation info.
Nested Schema : Subject1
Type:
objectComprehensive subject details including identity, site, study, demographic and state details, with example showing all fields.
Show Source
-
canBeCompleted: boolean
Indicates if the subject can be completed (UI-only transient flag).Example:
true -
canBeReplaced: boolean
Indicates if the subject randomization can be replaced (UI-only transient flag).Example:
false -
canBeUndoWithdrawn: boolean
Indicates if the subject's withdrawal can be undone (UI-only transient flag).Example:
true -
comment: string
Minimum Length:
0Maximum Length:2048Comment regarding the last change made to the entity.Example:Imported via migration tool. -
description: string
Minimum Length:
0Maximum Length:500Description of the subject record.Example:Screened subject record -
dob: string
(date-time)
Date of birth of the subject.
-
enrollmentFailure: string
Minimum Length:
0Maximum Length:255Reason for enrollment failure (if the subject is not enrolled).Example:Consent Required -
enrollmentOverride: string
Minimum Length:
0Maximum Length:255Administrative override details for subject enrollment, if any.Example:Subject enrollment overidden -
freezedStatus: string
Frozen status of the record can have values NOT_APPLICABLE, FROZEN.Example:
FROZEN -
fromStudyId: string
(uuid)
Originating study id for transferred subjects UUID, 32-character uppercase hexadecimal string.
-
gender: string
Minimum Length:
0Maximum Length:10Subject gender: typically 'male', 'female', or 'other'.Example:male -
hasLockData: boolean
Indicates if any data is locked for this subject (boolean, transient).Example:
false -
id: string
(uuid)
Subject unique identifier (UUID, 32-character uppercase hexadecimal string) .
-
informedConsentDate: string
(date-time)
Date the subject provided informed consent.
-
lastSigned: string
The timestamp or user who last signed the subject data, if transiently tracked.Example:
2025-10-15T08:00:00.000Z -
lockedDateTime: string
(date-time)
When this subject was locked, if at all (ISO date-time string).Example:
2025-10-18T11:05:00Z -
lockedInStudyVersion: string
The study version string when the subject was locked.Example:
1.0.0.0 -
lockedStatus: string
Current locked status of the subject record from UI perspective.Values can be LOCKED, NEVER_LOCAKED, UNLOCKED, NOT_APPLICABLEExample:
LOCKED -
mhealthSubjectId: string
(uuid)
Unique Identifier (UUID, 32-character uppercase hexadecimal string) of the subject in mHealth system.
-
operationType: string
Minimum Length:
1Maximum Length:16Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:REMOVED -
previousSubjectNumber: string
The previous subject number, for audit/tracking purposes (if the subject number changed).Example:
SUBJ-0177 -
randomizationNumber: string
The randomization number assigned to the subject.Example:
RAND-00235 -
reason: string
Minimum Length:
0Maximum Length:255Reason for the entity creation or latest modification.Example:Initial import. -
replaceRand: string
Indicates if subject's randomization was replaced (Y/N).Example:
Y -
reScreenEventInstanceNum: number
Number of times the subject was re-screened (transient, computed on the fly).Example:
2 -
screenFailureComment: string
Extended comment about screen failure.Example:
comment for screen failure -
screenFailureDate: string
(date-time)
The date the subject failed screening, if applicable.
-
screeningFailure: string
Minimum Length:
0Maximum Length:255Reason for subject screen failure, if applicable.Example:Lost to follow up -
sdvSelectionStatus: string
Source data verification selection status for the subject it can be NOT_SELECTED, INITIALCOUNT_SELECTED, POST_INITIALCOUNT_SELECTED.Example:
NOT_SELECTED -
signedStatus: string
Signed status for workflow, the acceptable values are: NEVER_SIGNED, SIGNED, UNSIGNED, NEVER_SIGNED.Example:
SIGNED -
siteId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
BEEFAABBCCDDEEDDFF00112233445566 -
state(required): string
Minimum Length:
0Maximum Length:100Lifecycle state of the subject.The state can be New, Active, Screening_Initiated, Screen_Failed, Withdrawn, Auto_Screen_Failed, Complete or Enrolled.Example:Screened -
stateDate: string
(date-time)
Timestamp when the 'state' was updated.Example:
2025-10-01T09:00:01Z -
studyCompletionDate: string
(date-time)
Date the subject completed the study.Example:
2025-10-01T09:00:01Z -
studyVersion: string
String representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:
1.0.0.0 -
subjectNumber(required): string
Minimum Length:
0Maximum Length:500Unique subject Number representing the patient/participant enrolled in the study.Example:SUBJ-0199 -
subjectSDVUpdated: boolean
Indicates if the subject's Source Data Verification has been updated.Example:
true -
subjNumSiteOrgId: string
Organization/site identifier for subject number context.Example:
AABBCC11223344556677 -
totalAllowedRescreenLimit: string
The maximum number of rescreens allowed for the subject (transient, calculated).Example:
3 -
unblindComment: string
Further comment on unblinding.Example:
required comment -
unblindDate: string
(date-time)
Date/time the subject was unblinded.Example:
2025-10-01T09:00:01Z -
unblindReason: string
Reason for subject being unblinded.Example:
Reason -
verifiedStatus: string
Verified status for review workflow,the acceptable values are: NEVER_VEIFIED, VERIFIED, UNVERIFIED, NOT_APPLICABLE.Example:
VERIFIED -
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.Example:
2025-10-16T14:30:31.892Z -
withdrawalComment: string
Comment on withdrawal.Example:
comment for withdrawal -
withdrawalDate: string
(date-time)
Date the subject was withdrawn from the study.Example:
2025-10-01T09:00:01Z -
withdrawalReason: string
Reason for withdrawal.Example:
reason for withdrawal
Nested Schema : VisitsStatus
Type:
objectDetails of the visit for screening.
Show Source
-
associatedStudyVersion: string
Minimum Length:
0Maximum Length:100Associated study version, if visit is linked to another protocol version.Example:3.1.0.2 -
comment: string
Minimum Length:
0Maximum Length:2048Comment regarding the last change made to the entity.Example:Imported via migration tool. -
designStudyVersion: string
Design version for the study when visit was enerated.Example:
3.1.0.2 -
display: string
Display indicator flag (Y/N), whether this visit should display in UIs.Example:
Y -
doseHoldAction: string
Holds any dose hold action taken on this visit.Example:
ENABLE -
dynamicAllCycles: string
Indicates if visit is part of dynamic all cycles (Y/N).Example:
N -
eventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical event like Screening, Visit 1 etc.Example:
D1AABBCCDDEEFF112233445566778899 -
eventInstanceNum: integer
(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits. It is null for scheduled events.Example:
1 -
freezedStatus: string
Frozen status of the record can have values NOT_APPLICABLE, FROZEN.Example:
Freezed -
id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) for visit status.Example:
AABBCCDDEEFF00112233445566778899 -
leadingDataelementId: string
Unique Identfier ( (UUID, 32-character uppercase hexadecimal string) of the leading data element for this visit, if any.Example:
EEDD00112233445566778899AABBCCDD -
lockedDateTime: string
(date-time)
Date/time when the visit was locked (if applicable).Example:
2025-10-02T12:00:00Z -
lockedStatus: string
Lock status specifically for the visit start date.Values can be LOCKED, UNLOCKED, NEVER_LOCKED, NOT_APPLICABLEExample:
UNLOCKED -
operationType: string
Minimum Length:
1Maximum Length:16Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:REMOVED -
reason: string
Minimum Length:
0Maximum Length:255Reason for the entity creation or latest modification.Example:Initial import. -
repeatingFormCount: number
Count of repeating forms related to visit.Example:
0 -
scheduledDate: string
(date-time)
holds visit schedule date which is calculated from an anchor visit start date.Example:
2025-10-02T09:00:00Z -
scheduledEndDate: string
(date-time)
holds visit schedule end date which is calculated from the visit scheduledDate.Example:
2025-10-03T23:59:59Z -
scheduledFromEventGUID: string
Event ID (UUID, 32-character uppercase hexadecimal string) from which the schedule for this visit was derived.Example:
EEDD00112233445566778899AABBCCDD -
scheduledStartDate: string
(date-time)
holds visit schedule start date which is calculated from the visit scheduledDate.Example:
2025-10-02T00:00:00Z -
scheduledWindowEndDate: string
(date-time)
Scheduled window end date for the visit (dynamic calculation).Example:
2025-10-05T23:59:59Z -
scheduledWindowStartDate: string
(date-time)
Scheduled window start date (dynamic calculation for visit scheduling).Example:
2025-09-30T00:00:00Z -
signedStatus: string
Signed status for workflow, the acceptable values are: NEVER_SIGNED, SIGNED, UNSIGNED, NEVER_SIGNED.Example:
SIGNED -
siteId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
BEEFAABBCCDDEEDDFF00112233445566 -
studyVersion(required): string
Minimum Length:
0Maximum Length:100String representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:3.1.0.2 -
subjectId: string
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.Example:
AABBCCDDEEFF00112233445566778899 -
verifiedStatus: string
Verified status for review workflow,the acceptable values are: NEVER_VEIFIED, VERIFIED, UNVERIFIED, NOT_APPLICABLE.Example:
VERIFIED -
visitAction: string
Action taken on the visit start date value. Acceptable values are SCREEN_ENABLE ,SCREEN_DISABLE ,RANDOMIZE_ENABLE ,RANDOMIZE_DISABLE, DISPENSE_ENABLE, DISPENSE_DISABLE, COMPLETE_STUDY_ENABLE, COMPLETE_STUDY_DISABLE.Example:
ENABLE -
visitStartDate: string
(date-time)
Date/time the visit was started.Example:
2025-10-02T08:45:00Z -
visitStartDateLockedDateTime: string
(date-time)
Datetime when visit start date was locked.Example:
2025-10-02T12:00:00Z -
visitStartDateLockedStatus: string
Action taken on the visit start date value. Acceptable values are LOCKED, UNLOCKED, NEVER_LOCKED.Example:
LOCKED -
visitStatus: string
Status of the visit. The Value of the status can be NEW, COMPLETE, COMPLETE_ERR, INPROGRESS, INCOMPLETE, INCOMPLETE_ERR, SKIPPED, UNDO_SKIP and NOT_STARTED.Example:
COMPLETED -
visitType: string
Type of visit as per the visit type enumeration. The acceptable values are: SCREENING, RANDOMIZATION, DISPENSATION, NON_DISPENSATION, OPTIONAL, OPTIONAL_DISPENSATION, WITHDRAW, SCREENDISP, SCREENRAND, SUBJECT_COMPLETE, UNSCHEDULED, UNSCHEDULED_DISPENSATION, ADVERSE_EVENT, SCREENFAILURE, RESCREENING and RESCREENDISP.Example:
SCREENING -
visitWindowWarning: string
Window warning details or messages for visit timing.Example:
Visit outside of permitted window.
Nested Schema : DataElement
Type:
objectRepresents a data element as captured/stored for a subject during a study, including repeat and validation info.
Show Source
-
comment: string
Minimum Length:
0Maximum Length:2048Comment regarding the last change made to the entity.Example:Imported via migration tool. -
dataEventType: string
Event occurs when a form is restored.Example:
FORM_RESTORED -
dataFlag: string
Unique Data flag identifier(UUID, 32-character uppercase hexadecimal string).Example:
C9E86AF896F04FBB82FB755666DA6B58 -
dataflagValue: string
data flag applied, values which are applicable Not Done, Not Applicable, UnknownExample:
Not Done -
documentId: string
Unique identifier of the associated source document (hex UUID, 32-character uppercase), enabling traceability between the data element and its original supporting document or file.Example:
26C7C2DF6B2546E6BBA8331738FACD1E -
eventId: string
(UUID)
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical event like Screening, Visit 1 etc.Example:
BEEFAABBCCDDEEDDFF00112233445566 -
eventInstanceNum: integer
(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits. It is null for scheduled events.Example:
3 -
formId: string
(UUID)
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
360E6122F84A43CAAF70E3BECC471A7C -
formSectionId: string
(UUID)
ID (UUID, 32-character uppercase hexadecimal string) of the form section.Example:
4FB2D38F8F9644D2B3BE08B815A8FF1A -
freezedStatus: string
Frozen status of the record can have values NOT_APPLICABLE, FROZEN.Example:
FROZEN -
hdiId: string
Unique Identfier (UUID, 32-character uppercase hexadecimal string) HDI value for integrations.Example:
D3C9A4B5E6F78123456789ABCDEF1234 -
id: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) for the data element.Example:
B58C5C21BFC94E1384D0F4C6BA7566F3 -
innerRepeat: integer
(int64)
Indicates the repeat sequence number of a nested or inner repeating form within an outer repeating structure. This value is used to distinguish multiple occurrences of the same inner form for a given outer repeat instance.Example:
1 -
isSafetyDefaultSelected: boolean
Indicates if this safety field is default-selected.Example:
true -
isSafetyTrigger: boolean
Indicates if this triggers a safety-related workflow.Example:
false -
itemF: string
Minimum Length:
0Maximum Length:4000The formatted value that matches the data type of the question, such as a date in a specific format or a number with correct decimal places. If the user didn't provide a valid response, ItemF will be null.Example:example free-field -
itemId: string
(UUID)
Minimum Length:
0Maximum Length:4000Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.Example:7978B7DD0A0A4CA899C485990994300C -
itemR: string
Minimum Length:
0Maximum Length:4000The raw value entered by the user, which can be a text, number, or date, and is stored as alphanumeric data. It may also contain special flags such as NA (Not Applicable), ND (Not Done), UNK (Unknown), or Not Answered if the user didn't provide a response.Example:example result_R -
itemType: string
Minimum Length:
0Maximum Length:255Type/category of the item.Example:NUMERIC -
lockedDateTime: string
(date-time)
Date/time when lock was applied.Example:
2025-05-20T10:30:00Z -
lockedStatus: string
Indicates if the field is locked.values applicable LOCKED, NEVER_LOCKED, UNLOCKED, NOT_APPLICABLEExample:
LOCKED -
measureUnit: string
Minimum Length:
0Maximum Length:64Unit of measurement for value field (e.g. mg, cm).Example:mg -
operationType: string
Minimum Length:
1Maximum Length:16Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:REMOVED -
originatorId: string
(UUID)
An identifier representing the system, or user that initiated the transaction (UUID, 32-character uppercase hexadecimal string).Example:
D340A21830F6465C8466A2B42EF370D5 -
outerRepeat: integer
(int64)
Indicates the repeat sequence number of the primary or outer repeating form. This value identifies each top-level occurrence of a repeating form and serves as the parent context for any nested inner repeats.Example:
1 -
propertyId: string
Unique Identfier (UUID, 32-character uppercase hexadecimal string) of data capture propertiesExample:
FFBC9E118C4C48FDB77A50A1CDD28AA9 -
propertyVersionStart: string
(date-time)
Start time (timestamp) for the property version.Example:
2025-01-01T13:10:00Z -
reason: string
Minimum Length:
0Maximum Length:255Reason for the entity creation or latest modification.Example:Initial import. -
repeatFormNumber: integer
(int64)
Form repeat number if applicable.Example:
0 -
repeatSequenceNumber: integer
(int64)
Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.Example:
1 -
signedStatus: string
Signed status for workflow, the acceptable values are: NEVER_SIGNED, SIGNED, UNSIGNED, NEVER_SIGNED.Example:
SIGNED -
siteId: string
(UUID)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
BEEFAABBCCDDEEDDFF00112233445566 -
studyName: string
Minimum Length:
0Maximum Length:100Name of the study.Example:Study Alpha -
studyVersion(required): string
Minimum Length:
0Maximum Length:100String representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:1.0.0.0 -
subjectId: string
(UUID)
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.Example:
ABD123EFC6784123BBAA1122CCDDEE44 -
transactionEnd: string
Date when the transaction for this element ended.Example:
2023-01-21 -
transactionStart: string
Date when the transaction for this element started.Example:
2023-01-20 -
validationRules: array
validationRules
Validation rules applied to this data element.
-
value: string
Minimum Length:
0Maximum Length:4000Raw string value for the data element (as entered/captured).Example:102.1 -
variableId: string
(UUID)
Variable identifier (UUID, 32-character uppercase hexadecimal string) in uppercase hex format.Example:
E8EB947A8B684C8B8A30C6070A65BD76 -
vendorCode: string
Minimum Length:
0Maximum Length:100Third-party system or vendor code, if imported.Example:VENDOR1 -
verifiedStatus: string
Verified status for review workflow,the acceptable values are: NEVER_VEIFIED, VERIFIED, UNVERIFIED, NOT_APPLICABLE.Example:
VERIFIED -
visitStartDate: string
Date when the visit started.Example:
2025-05-19 -
visitStatus: string
Allowed Values:
[ "NEW", "COMPLETE", "COMPLETE_ERR", "INPROGRESS", "INCOMPLETE", "INCOMPLETE_ERR", "SKIPPED", "UNDO_SKIP", "NOT_STARTED" ]Visit status for this data element.Example:INPROGRESS
Nested Schema : validationRules
Type:
arrayValidation rules applied to this data element.
Show Source
-
Array of:
object ValidationRuleDto
Validation rule details associated with a specific data element.
Nested Schema : ValidationRuleDto
Type:
objectValidation rule details associated with a specific data element.
Show Source
-
queryId: string
Query identifier (UUID, 32-character uppercase hexadecimal string) generated by the validation rule.Example:
45B982CDC4604AF5A354AAAF7BEEB93B -
queryStatus: string
Status of the query associated with this rule and values can be Candidate, Answered, Closed, Opened, DeletedExample:
Opened -
ruleId: string
Unique Identifier (UUID, 32-character uppercase hexadecimal string) for the validation rule.Example:
45B982CDC4604AF5A354AAAF7BEEB93B
Examples
400 Response
Bad request - invalid payload or subject info.
Root Schema : DcsResponse
Type:
Show Source
object-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
-
status: string
-
version: integer
(int32)
Nested 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 : result
Type:
objectNested 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