Next Plus offers a comprehensive REST API that supports various types of requests and methods, enabling users to perform all available actions programmatically.
API Overview
Type: REST API
Documentation: While not all methods are fully documented, you can contact the technical team for specific examples and assistance.
Getting Started
Prerequisites
Instance URL
Username and Password
User account with the "API" checkbox enabled
Postman Collection
To help you explore and test the API, we provide a Postman Collection with selected API endpoints.
Download the Postman Collection: Next Plus Postman Collection
Import the collection into Postman
Configure the collection:
Click on the Collection root folder (Next Plus)
Navigate to the "Variables" tab
Update the "baseUrl" variable's "CURRENT VALUE" with your instance URL (e.g.,
https://company-name.nextplus.io
)Save the changes
Authentication
Open the "Login" POST request
Update the request body with your username and password
Execute the request to obtain an access token
Copy the access token
Paste the token in the Collection's "Variables" tab under the "auth" value
Save the changes
Creating Work Orders via API
Follow these steps to create a work order using the API:
Open the "Create Workorder" request under the "Workorder" folder
Review and update the request body as needed
Note thatextraWorkorders
andworkordersConfigurations
are required variables and should kept as empty object and array.
Execute the request
Check the server response for details of the newly created work order
By following this guide, you'll be able to authenticate and interact with the Next Plus API, including creating work orders programmatically.