Get list of opened queries

post

/ec-query-svc/rest/v1.0/studies/{studyId}/{mode}/querymgmt/openQueryList

Retrieves a list of all 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

Additional Filter options can be found in request payload.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : formIdList
Type: array
Show Source
Nested Schema : PaginationParamDTO
Type: object
Show Source
Nested Schema : queryState
Type: array
Show Source
Nested Schema : siteIdList
Type: array
Show Source
Nested Schema : subjectIdList
Type: array
Show Source
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