Get the number of queries in a study

get

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

Retrieves a list of all queries 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 : StudyQueryCountRespDTO v1.0
Type: object
Title: StudyQueryCountRespDTO v1.0
Study Query Count payload
Show Source
Nested Schema : Error details DTO
Type: object
Read Only: true
Error details from Query APIs
Show Source
Nested Schema : StudyQueryCountDTO v1.0
Type: object
Title: StudyQueryCountDTO v1.0
Read Only: true
Study Query Count request payload
Show Source
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