The Try It feature allows you to send API requests directly from this API reference documentation, to explore and validate API endpoints.
With Try It, you can:
- Modify any field in example requests
- Save requests and review previous calls in the request history
- Configure multiple environments with customizable variables
- Send requests to live servers, the built‑in mock server, or other configured environments
- Use realistic mock responses during API integration
You can open Try It from the API reference by selecting Try it on an endpoint.
When Try It opens, it appears as an overlay on top of the documentation page you were viewing. The interface is divided into two main sections:
- Request
- History
Environments combine a server URL with predefined inputs, allowing you to make API calls using a consistent configuration.
Create a new environment where you replace the variable siteID with your FlexNet Operations instance.
- Click the Environments icon
in the top‑right corner of Try It. - In the Environments window, click New environment.
- Enter a name and confirm.
- In the Server field, open More options (three dots) and select Edit.
- Enter the server URL and save your changes.
- Optional configuration: In the Inputs table, you can:
- Add new inputs and assign values
- Update existing input values
- Mark inputs as secret
- Remove inputs you added
You can update any environment you create to better match your needs:
- Rename the environment using the Edit icon
- Change the server URL from the Server field
- Define or update server variable values
- Manage inputs by adding, editing, hiding, or removing them
One environment can be marked as active. By default, all requests are sent to the active environment.
- Click the Environments icon
. - In the Environments window, hover over the environment's More options menu.
- Select Set as active.
- Open the environment selector in the top-right corner of Try It.
- Choose the environment you want to use.
You can permanently delete environments that you created.
- Click the Environments icon
. - In the Environments window, locate the environment you want to remove.
- Open More options and select Remove environment.
The Request panel is displayed on the left side of the Try It interface. It contains all the controls needed to configure and send a request for a selected endpoint.
- Provide values for the required parameters.
- Select Send.
After sending a request, a response preview appears at the bottom of the Request panel.
The response preview may include:
- HTTP status code, response time, and payload size
- Response body in JSON, plain text, HTML, or XML format
- Response headers and their values
- Response cookies
You can copy the response by selecting the Copy icon on the right side of the response area.
You can add requests to the Request panel to access frequently used requests. All requests are displayed as tabs.
- At the top of the Request panel, click the + icon and click New Request.
- With the New Request tab selected, click the + icon again and select an endpoint from the list.
Try It keeps a record of the requests you send, making it easy to revisit earlier API calls.
The History panel shows:
- Requests listed from newest to oldest
- Requests grouped by date
- The response status code for each request
You can search the request history using the search field at the top of the History panel. Searches can match:
- HTTP methods (for example,
GETorPOST) - Text from the request payload
You can remove individual requests or clear the entire history:
- To delete a single request, hover over it and select the trash icon
- To clear all history, select the broom icon next to the search field
To improve usability on smaller screens, you can hide the History panel.
Select the Collapse panel button in the bottom-left corner of the Try It interface.
Close Try It using the X icon in the top-left corner of the Request panel to return to the documentation.