Version 3
Version 3 of the API introduces the following features:
Features
Feature | Description |
Batch PUT Operation Canonical Links | Endpoints that support the PUT operation for updating multiple objects now include canonical links in their responses. |
Example curl Command
Use a curl command similar to the following to access version 3 of the API:
Note: Text surrounded in < > indicates a variable. You must replace variables with your own data to run the examples in this documentation. For example, replace the <username> variable with your username.
curl -u <username>:<password> -H "Version:3" https://<host>:<port>/primeapi/restapi/<endpoint>