RESTful Services for Data Access
The Data Access REST APIs are available for FlexNet Operations deployments in the Data Center and deployments in AWS (Amazon Web Services) in EMEA (Europe, Middle East, and Asia).
These REST APIs provide access to data in the FlexNet Operations data warehouse, giving a view of the data for reporting purposes. Using these APIs, a producer user can extract data for their tenant from any time period directly from the data warehouse. This enables them to view a history of the data without having to build up an archive in their own separate database.
Note:The functionality provided by the Data Access APIs is distinct from the Reporter features that are available through the FlexNet Operations Producer Portal. For information about the latter, see the section Viewing Reports in the FlexNet Operations User Guide.
Availability of Custom Attributes
The data warehouse only contains custom attributes that have been marked as "Required for Reporting" in FlexNet Operations. Consequently, only these custom attributes can be included in reports generated using the Data Access REST APIs. See the FlexNet Operations User Guide for more information, in particular the topic Creating a Custom License Model Custom Attribute.
URLs
URLs in this document refer to v1 of the APIs. Further releases of the API may increment this version. Please consult the Swagger documentation to identify the latest version of the API, and modify the URLs you use appropriately.
Further Documentation
This manual provides a brief overview over RESTful services for reporting. Detailed information about the Data Access APIs is available on the following platforms:
Swagger
Use the following URL to access the Data Access API documentation on Swagger:
https://<siteID>.flexnetoperations.com/data/swagger-ui.html
where <siteID> is your organization’s site ID which is supplied by Revenera. For more information on <siteID>, see About Your Site ID.
Redocly
Use the following URL to access the Redocly documentation:
https://fnoapi-da.redoc.ly/
The Data Access API pages on the Redocly platform provide the same information as the Data Access API pages on Swagger, but in a slightly different format.
The Try It Console enables you to test requests and responses. Before you can make an API call, you need to authenticate yourself. To do so, open the Security panel and enter your user name and password. Enter your site ID below the Security panel. (For more information on the site ID, see About Your Site ID.)