Generate a report based on the direct report payload
post
/ec-reporting-svc/rest/v1.0/studies/{studyId}/{mode}/reports/direct
Generates a report based on the given DirectReportPayload parameter provided during an SSL call. For example, a Kit Order. Right: ReportingPost.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
studyId(required): string
ID of the study for which you want to generate report. Tenant reports such as HSL report etc can be generated by making study id as null.
Query Parameters
-
format: string
Report format
-
reportid: string
Report ID
Supported Media Types
- */*
Nested Schema : SectionData
Type:
Show Source
object
-
columns: array
columns
-
count: integer
(int32)
-
data: array
data
-
headers: object
headers
Additional Properties Allowed: additionalProperties
Nested Schema : additionalProperties
Type:
object
Response
Supported Media Types
- text/html
- application/json
202 Response
Success
Root Schema : ExecutionLog
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:4000
-
currSearchSpec: string
Minimum Length:
0
Maximum Length:32000
-
currSortSpec: string
Minimum Length:
0
Maximum Length:512
-
fileStorageId: string
(uuid)
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
0
Maximum Length:1024
-
reason: string
Minimum Length:
0
Maximum Length:4000
-
recCount: integer
(int32)
-
rptFormat(required): string
Minimum Length:
0
Maximum Length:255
-
rptId: string
(uuid)
-
rptKickoffDatetime(required): string
(date-time)
-
rptName(required): string
Minimum Length:
0
Maximum Length:255
-
rptStatCd: string
Minimum Length:
0
Maximum Length:255
-
runDuration: integer
-
softwareVersionNumber: number
-
userId(required): string
(uuid)
-
versionEnd(required): string
(date-time)
-
versionStart(required): string
(date-time)
400 Response
Bad request
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
401 Response
Unauthorized user
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Empty payload
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object