Get the number of open queries in a study

get

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

Retrieves a list of all queries with the status Open by study ID

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 : StudyOpenQueryCountRespDTO v1.0
Type: object
Title: StudyOpenQueryCountRespDTO v1.0
Study Open Query Count payload
Show Source
Nested Schema : Error details DTO
Type: object
Read Only: true
Error details from Query APIs
Show Source
Nested Schema : StudyOpenQueryCountDTO v1.0
Type: object
Title: StudyOpenQueryCountDTO v1.0
Read Only: true
Study Query Count request payload
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details

204 Response

No Content.
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

500 Response

Internal server error.
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