Download OpenAPI specification:Download
The FlexNet Operations Data Access 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.
Data Access API and Data Share Entity Relationship Details |
---|
To see a diagram that lists the entities that are returned by this API, the relationships between them, and a description of each of the response fields, see Data Access API and Data Share Entity Relationship Details. |
Using the "Try It" Console |
---|
To execute an API command using the Try It console, enter the Username and Password (in the Security section) and the siteID of your FlexNet Operations instance. |
Build: a5cbbcc (2022-01-05T06:20:21+0000)
Use this API to retrieve a specific report. Specify the report using the group parameter.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
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.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
{- "data": { }
}
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.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
{- "data": { }
}
This API returns the names of the available reports.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
{- "data": { }
}
This API retrieves the filters that can be used when requesting a specific report.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
{- "data": { }
}
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.
Successfully retrieved report
The reporter identified a request with incorrect parameters
You are not authorized to view the report
Accessing the report you were trying to reach is forbidden
The report you were trying to reach can't be found
The reporter returned an error
{- "data": { }
}