Application RESTful Services

Version:As of 2018 R2, documentation of application RESTful services has been moved to Swagger. Use the following URL to access the information:

https://<siteID>.flexnetoperations.com/flexnet/swagger-ui.html

where <siteID> is your organization’s site ID which is supplied by Revenera. This is usually your organization's DNS name, but can also be the tenant ID that was assigned to your organization when FlexNet Operations was first implemented, and would have the format flexNNNN.

RESTful services information will no longer be maintained in this document.

REST APIs enable an end-user application to retrieve and send product and device information with FlexNet Operations.

API

Description

Entitlement Orders

Returns the activatable line items that match specified criteria

Entitlement Orders Count

Returns the number of activatable line items that match specified criteria.

Devices

Returns the query parameters for a specified device (or all devices if no parameters are specified)

Devices Count

Returns the number of matching devices to one or more query parameters or all devices if no parameters specified.

Consumption

Returns the consumption information for a given account ID.

Note:All date values use the yyyy-MM-dd format.

REST Web Services Batch Limits

The following batch-size maximum limits apply for requests issued from application RESTful web services:

All read services have a maximum batch size of 2000.
All services that result in a write have a batch size maximum of 25 records.

Specifying a batch size higher than the new cap results in an error.