- Introduction to the Data Access Report REST API
Introduction to the Data Access Report REST API (1.0.0)
The FlexNet Operations Data Access Report APIs can be used to extract data from the FlexNet Operations Data Warehouse for the purposes of reporting. They allow programmatic access to data using a standard interface on which it is possible to build customer reporting tools. Using the APIs, the data can be integrated into any web or mobile application.
Query the /report/report-names/ API to identify the individual report names (required for the "{group}" parameter).
Data from up to the preceding 30 days can be obtained, eliminating the need to store data in an external data warehouse. Where the quantity of data is large, it is returned in pages. The "header" of the response payload contains URLs to link directly to the previous and next pages of data. A specific page of data can be requested using the pageNumber filter (see the /global-filters/ API).
The API that obtains a report for a particular data group is /report/. The other APIs in the report-controller provide meta data that allow the report API to be understood, in order to plan how to use it in a custom application.
Using the "Try it" Console
To execute an API command using the Try It console, enter the Flexnet Operations Username and Password (in the Authorize section).
Build: 1da3323 (2025-09-25T05:24:58+0000)