Get subject and user information for queries in a study and mode

get

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

Retrieves the following query details for a given study ID and study mode:
  • Subject
  • CreatedBy
  • ClosedBy
  • Assignedrole

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 : schema
Type: array
Show Source
Nested Schema : QueryManagementFilterDTO
Type: object
Show Source
Nested Schema : assignedQueryRoleList
Type: array
Show Source
Nested Schema : closedByList
Type: array
Show Source
Nested Schema : closedRoleList
Type: array
Show Source
Nested Schema : createdByList
Type: array
Show Source
Nested Schema : creatorRoleList
Type: array
Show Source
Nested Schema : formNameList
Type: array
Show Source
Nested Schema : subjectList
Type: array
Show Source
Nested Schema : QueryUserRoleDTO
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