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