The following endpoints allow you to manage custom scenario properties data.
To use custom properties, you have to:
Create a custom properties structure.
Create custom properties structure items.
Fill the items with data.
Read more about custom properties in the custom properties feature documentation.
Deletes custom properties data.
Deleting custom properties data is irreversible.
Use the confirmed
parameter to confirm deleting the data, otherwise you get an error and the data are not deleted.
The ID of the scenario.
28
true
Fills in custom properties data for the specified scenario. The scenario has to have no custom properties data.
The data you fill in has to conform to the current custom scenario properties structure. You have to specify a value for every required item, otherwise you get an error.
To update existing data, use the following API calls:
Update custom properties data
Set custom properties data
The ID of the scenario.
80
Sets custom properties data for the specified scenario. Make replaces the original data with the data you send in the request body.
You have to specify a value for every required custom properties structure item, otherwise you get an error.
The scenario has to have custom property data already. The new data set has to conform to the current custom scenario properties structure. If the initial data is empty, then the API call returns an error.
To fill in first values to the custom properties, use the API call to fill in custom properties data.
The ID of the scenario.
80
Updates custom properties data of the specified scenario. Make updates only the custom properties data you specify in the request body.
The custom property has to contain data already. The update data have to conform to the current custom scenario properties structure. If the initial value is empty, then the API call returns an error.
To fill in first values to the custom properties, use the API call to fill in custom properties data.
The ID of the scenario.
80