Get a Report by ID

get

/api/report/Reports/{id}

Gets the report that matches the specified ID.

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
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : reportReportsRead
Type: object
Show Source
  • Flag to indicate if the date and time should be appended to the report name.
    Example: 1
  • Broker component that will carry out generation of the report
    Example: 55
  • Dashboard that serves as the basis for the report content
    Example: 28
  • Dashboard name that serves as the basis for the report content
    Example: Adhoc Event Dashboard
  • The day of the month when the report will be run. Valid entries are "*" which means every day, numbers between 1 and 31 to run on that day of the month, or "*/" can be used to indicate "Every number of days".
    Example: *
  • Report output format Allowed Values: - png - pdf - csv - xlsx - xls - html
    Example: pdf
  • User Group name
    Example: Administrator
  • The hours when the report will be run. Valid entries are "*" which means every hour, numbers between 0 and 23 to run at that hour, or "*/" can be used to indicate "Every number of hours".
    Example: 0
  • Last time the report generator was run.
    Example: 2022-11-22 11:43:00
  • The minutes when the report will be run. Valid entries are "*" which means every minute, numbers between 0 and 59 to run at that minute, or "*/" can be used to indicate "Every number of minutes".
    Example: 0
  • The month when the report will be run. Valid entries are "*" which means every month, numbers between 1 and 12 to run at that minute, or "*/" can be used to indicate "Every number of months".
    Example: *
  • The user group that owns the report. If an associated report Profile has archiving enabled, the archived file will also be owned by this group.
    Example: 0
  • The user that owns the report. If an associated Profile enables archiving, the archived file will also be owned by this user.
    Example: 0
  • Email addresses the report notification should be sent to when the report is run.
    Example: example@t.c
  • The number of seconds to allow the report to render before capturing the results for the report.
    Example: 3
  • Report ID
    Example: 1000
  • The title to identify the report at a glance.
    Example: Sample
  • Parameters to pass to the portal
    Example: DeviceID=1
  • Report profile that provides the generic configuration of the report
    Example: 2
  • Report profile that provides the generic configuration of the report
    Example: Sample Attachment Profile
  • The Unified Assurance user group that will run the report. The user group's permissions will be used to determine what data can be included.
    Example: 1
  • The Unified Assurance user that will run the report. The user's permissions will be used to determine what data can be included.
    Example: 1
  • State
    Example: 0
  • The state of the report.
    Example: Enabled
  • Status Icon
    Example: OrbGreen.png
  • Flag indicating whether the report is being run according to its schedule or not Allowed Values: - 0 => Disabled - 1 => Enabled
    Example: 1
  • User Name
    Example: admin
  • Viewers
    The user groups that will also have access to the report.
  • The day of the week when the report will be run. Valid entries are "*" which means every day of the week, numbers between 0 and 7 (0/7 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday), or "*/" can be used to indicate "Every number of days".
    Example: *
Nested Schema : Viewers
Type: array
The user groups that will also have access to the report.
Show Source
Nested Schema : items
Type: object
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top