You can manage workspace named values using the Platform Automation API for operations including:
Details of required parameters, available methods and endpoint urls can be found within the FaUAPI named value task schema documentation.
Creating a named value
You can use this endpoint to create and add a named value.
View details of the URL and parameters required to use this endpoint.
List all named values
You can use this endpoint to list all named values within a workspace.
View details of the URL and parameters required to use this endpoint.
Retrieving a named value
You can use this endpoint to retrieve a named value.
View details of the URL and parameters required to use this endpoint.
Updating a named value
You can use this endpoint to update a named value.
View details of the URL and parameters required to use this endpoint.
Deleting a named value
You can use this endpoint to delete a named value.
View details of the URL and parameters required to use this endpoint.
Example
An example showing how to use a Platform Automation API endpoint for automation can be found within the Example automation using an api endpoint section.