Generate Rule Designer reports

post

/ec-rule-designer-svc/rest/v5.0/studies/{studyId}/{mode}/report/{reportName}

Generates the Rule Designer reports.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : SearchSpecs
Type: object
Title: SearchSpecs
Request body passing search specs like limit, offset and list of fields
Show Source
Nested Schema : fieldSpecsList
Type: array
Field Specification List
Show Source
Nested Schema : Field
Type: object
Contains field details.
Show Source
Nested Schema : fieldValueList
Type: array
List of values for the Field
Show Source
  • List of values for the Field
    Example: ["D5E16DD550CB4AD1B330E0D09B4B8F3F","A5E16DD550CB4AD1B330E0D09B4B8F3F"]
Example:
[
    "D5E16DD550CB4AD1B330E0D09B4B8F3F",
    "A5E16DD550CB4AD1B330E0D09B4B8F3F"
]
Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : PaginatedResponseDto
Type: object
Title: PaginatedResponseDto
Paginated Response Object for report APIs.
Show Source
Nested Schema : columns
Type: array
Names of report columns in the result set
Show Source
  • Names of report columns in the result set
    Example: ["Footer Message"]
Example:
[
    "Footer Message"
]
Nested Schema : data
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
Nested Schema : items
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
  • Tabular data where each item is a row (array of string values in report column order)
    Example: []

400 Response

Bad request.
Body ()
Root Schema : PaginatedResponseDto
Type: object
Title: PaginatedResponseDto
Paginated Response Object for report APIs.
Show Source
Nested Schema : columns
Type: array
Names of report columns in the result set
Show Source
  • Names of report columns in the result set
    Example: ["Footer Message"]
Example:
[
    "Footer Message"
]
Nested Schema : data
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
Nested Schema : items
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
  • Tabular data where each item is a row (array of string values in report column order)
    Example: []

500 Response

No data found for supplied parameters.
Body ()
Root Schema : PaginatedResponseDto
Type: object
Title: PaginatedResponseDto
Paginated Response Object for report APIs.
Show Source
Nested Schema : columns
Type: array
Names of report columns in the result set
Show Source
  • Names of report columns in the result set
    Example: ["Footer Message"]
Example:
[
    "Footer Message"
]
Nested Schema : data
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
Nested Schema : items
Type: array
Tabular data where each item is a row (array of string values in report column order)
Show Source
  • Tabular data where each item is a row (array of string values in report column order)
    Example: []
Back to Top