[Deprecated]: Get details of an opened query

get

/ec-query-svc/rest/v4.0/studies/{studyId}/{mode}/openQueryDetails

Deprecated: Use latest version instead. Retrieves data related to opened non-candidate queries, based on any combination of the following parameters:
  • study ID
  • study mode (Testing, Training, or Production)
  • subject ID
  • site ID
  • visit ID
  • event ID
  • form ID
  • question ID
  • query state

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : QueryDetailsDTOV3
Type: object
Show Source
Nested Schema : comments
Type: array
Show Source
Nested Schema : CommentDetailsDTO
Type: object
Show Source
Nested Schema : DisplayUserDto
Type: object
Show Source

400 Response

Data is invalid.
Body ()
Root Schema : Response DTO
Type: object
Response from Query APIs
Show Source
Nested Schema : Error details DTO
Type: object
Read Only: true
Error details from Query APIs
Show Source
Nested Schema : result
Type: object
Read Only: true
Result Object
Nested Schema : details
Type: object
Read Only: true
Error Details

404 Response

The query could not be found.
Body ()
Root Schema : Response DTO
Type: object
Response from Query APIs
Show Source
Nested Schema : Error details DTO
Type: object
Read Only: true
Error details from Query APIs
Show Source
Nested Schema : result
Type: object
Read Only: true
Result Object
Nested Schema : details
Type: object
Read Only: true
Error Details
Back to Top