Get query data based on multiple parameters

get

/ec-query-svc/rest/v10.0/studies/{studyId}/{mode}/queryDetails

Retrieves data related to 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

Additional Filter options can be found in request payload.

Request

Path Parameters
Query 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 : QueryDetailsDTOv10Resp
Type: object
Show Source
Nested Schema : comments
Type: array
Show Source
Nested Schema : studyRoles
Type: array
Show Source
Nested Schema : CommentDetailsDTOV2
Type: object
Show Source
Nested Schema : DisplayUserDto
Type: object
Show Source
Nested Schema : QueryStudyRoleDTOv6
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