# Data Access Report API ## Get Specific Report - [GET /api/{version}/report/{group}](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reportget.md): Use this API to retrieve a specific report. Specify the report using the group parameter. ## Get Specific Report using POST method. - [POST /api/{version}/report/{group}](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reportpost.md): Use this API to retrieve a specific report. Specify the report using the group parameter. ## Get Data Model for All Reports - [GET /api/{version}/report/report-types](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reporttypes.md): This API retrieves information about the data model used in each available report. The response provides the name and type of each data item included in a given report. This information helps you understand the content of a report before you run it against live data. The response also contains information about the filters that can be used for each of the reports. ## Get Data Model for Specific Report - [GET /api/{version}/report/report-types/{group}](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reporttype.md): This API retrieves information about the data model used in a specific report. The response provides the name and type of each data item included in the report. This information helps you understand the content of the report before you run it against live data. ## Get Report Names - [GET /api/{version}/report/report-names](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reportnames.md): This API returns the names of the available reports. ## Get Filters for Specific Report - [GET /api/{version}/report/report-filters/{group}](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/reportfilters.md): This API retrieves the filters that can be used when requesting a specific report. ## Get Conditional Operators - [GET /api/{version}/report/op-list](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/queryoperatorlist.md): This API retrieves the supported conditional operators. ## Get Filters for All Reports - [GET /api/{version}/report/global-filters](https://fnoapi.redocly.app/apis/rest/dapi/fno_dataaccess/data-access-report-api/globalfilters.md): This API retrieves the filters available for each of the reports. These filters can be used to obtain specific data or to reduce the amount of data returned.