V1.0
get
/ec-dataaction-svc/rest/v1.0/studies/{studyId}/{mode}/signevaluation/configchange/studysummary
Retrieves a summary report representing the signature eligibility state for a given study. The summary includes the total due and overdue evaluations. This call is mainly used for monitoring study sign-off obligations.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
test -
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
E878D663A2F34F7DB33DCB0CDEE993F1
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success. Returns the signature eligibility summary of the study.
Root Schema : SignEligibilitySummaryResponse
Type:
objectObject representing summary of signature eligibility, including number of due and overdue items.
Show Source
-
due: integer
(int64)
Number of signature evaluations that are due.Example:
10 -
overdue: integer
(int64)
Number of overdue signature evaluations.Example:
5
Examples
400 Response
Bad Request.
Nested Schema : result
Type:
objectNested Schema : details
Type:
object