Get the subjects having open queries in a study

get

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

Retrieves the subjects having queries with the status Open, by study ID.

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: string
Example:
{'status': 'success','result': {'hasMore': false,'count': 1,'limit': 25,'offset': 0,'totalResults': 2,'results':[{'id': '2F48C8678D564E24AAC8520EF5C5356B'},{'id': '2F48C8678D564E24AAC8520EF5C53768'},]},'errorData': null,'version': '1'}

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
Back to Top