Changing Skill Parameter Values
To change skill parameter values via the Vantage API, do the following:Step 1: Create or Initialize a Transaction
Create an empty transaction or initialize a transaction using the launch method. To do so, send a POST request to the transactions resource:Windows Example
Linux Example
Note: There can be a maximum of 10 key-value skill parameters, with each key containing up to 128 characters and each value containing up to 256 characters.
Getting Skill Parameter Values
To get skill parameter values using the Vantage API, do one of the following:Option 1: Get Skill Parameters Directly
Send a GET request to thetransactions/{transaction-id}/skillParameters resource:
Option 2: Download Transaction Files
Send a GET request to thetransactions/{transaction-id}/files/{file-id}/download resource to get the values in JSON format:
