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 <versionNumber> variable with 3.

curl -X GET http://<SERVER_URL>/api/restapi/util/testConnection -H 'Authorization: Bearer <OAuth-Access-Token>' -H 'Content-Type: application/json' -H 'Version: <versionNumber>' -H 'x-prime-tenant-code: <tenant-code>' -H "<x-param1>": "<param1-value>" -H "<x-param2>": "<param2-value>" -H "<x-paramN>": "<paramN-value>"

To learn how the value for the variable <OAuth-Access-Token> is generated, refer to the topics in the Authentication section.