[Deprecated]: V1.0
get
/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/codingstatus
Deprecated: Retrieve data elements to be coded based on 'codeType' parameter. API has been deprecated and moved to DIS (Data Integration Service), Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/codingstatus
Request
Query Parameters
-
bookMark: string
-
codeType: string
Type of coded questions to be fetched. Allowed values: 'NeedsCodingOrDeleted' and 'NeedsCoding'.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array-
Array of:
object CodedDerrivedItemsRequest
Request object for inserting or updating coded values for a source, with a list of codes applied.
Nested Schema : CodedDerrivedItemsRequest
Type:
objectRequest object for inserting or updating coded values for a source, with a list of codes applied.
Show Source
-
codeValuesList: object
codeValuesList
Represents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
-
source_propertyId: string
Source property Unique identifier(UUID, 32-character uppercase hexadecimal string). Must be unique per data context.Example:
A3B9C7D6E8F041BBA1C7B3C8E182D43A -
source_value(required): string
Minimum Length:
0Maximum Length:4000The original/raw value from the source.Example:ALT
Nested Schema : codeValuesList
Type:
objectRepresents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
Show Source
-
code_value(required): string
Minimum Length:
0Maximum Length:4000The actual code value derived from the coding process.Example:R79.0 -
coding_info_id: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding info used to derive the code.Example:
3A1A5E8B0F894A9CA9F324D04B162F23 -
item_id: string
Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.Example:
5B3B7E0ED4F24E30B5A3A44C5A896C90 -
target_id: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding result target.Example:
F843B5478028498882E3AF11FEBA3F2A
400 Response
Bad Request
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