Enhancements and Updates to FlexNet Code Insight APIs

The following sections provide a quick reference to the FlexNet Code Insight API enhancements in this release:

Updates to Existing REST APIs

Updates to Existing REST APIs

Refer to this table for the list of changes in existing Code Insight REST APIs. You can find details about these and other Code Insight REST APIs in the Code Insight Swagger documentation, accessed from the Help > Documentation section of the Code Insight user interface, as well as from the /docs directory of your Code Insight installation.

Resource

API Name

Method

Change

Request

/request/getRequests/{projectID}

GET

The following parameter is now included for each retrieved request to indicate whether a Condition of Use that exists for a request has been acknowledged:

openCOU="true|false"

The parameter value is determined by these conditions:

If a request has been assigned a Condition of Use but the condition is awaiting acknowledgment, the value is true.
If a request containing a Condition of Use has been approved or rejected by the requester, the value is false.
If a request does not have a Condition of Use, the value is false.

/request/getRequestsByComponent/{projectID=?
componentName=?
&componentVersion=?"}

GET

/request/getRequestsByStatus/{projectID}/{status}

GET