Listing Report and Report Group

This API lists the available report and report group masters from the Sigma schema.

Resource URL

listReports Method Resource URL: http://localhost:9081/sigma/rest/reports/list

Query Parameters are as follows:

Name

Description

Sample Value

action

LIST_REPORTS Fetches the list of active Report or Report Group masters from the Sigma schema.

LIST_REPORTS

accessToken

Indicates the access token.

sample61d74837-2e77-4ede-a967-2c84b30-dws-b3b4f

Response Parameters are as follows:

Parameter

Type

Description

reportId

string

ID of the reports.

reportName

string

Name of the report or report group.

product

string

Product entitlement of the report or report group.

subProduct

string

subProduct entitlement of the report and report group.

Sample Response:

response: [{ "reportId" : "", "reportName" : "", "product" : "", "subProduct" : "", }]