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
-
mode(required): string
Study mode.
-
studyId(required): string
Study ID.
Query Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
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.
Root Schema : Response DTO
Type:
object
Response from Query APIs
Show Source
-
errorData: object
Error details DTO
Read Only:
true
Error details from Query APIs -
result: object
result
Read Only:
true
Result Object -
status: string
Read Only:
true
Allowed Values:[ "success, failed" ]
Status -
version: string
Read Only:
true
Response version
Nested Schema : Error details DTO
Type:
object
Read Only:
true
Error details from Query APIs
Show Source
-
details: object
details
Read Only:
true
Error Details -
errorCode: string
Read Only:
true
Error Code -
errorMessage: string
Read Only:
true
Error Message
Nested Schema : result
Type:
object
Read Only:
true
Result Object
Nested Schema : details
Type:
object
Read Only:
true
Error Details