added

DataTable API

We are excited to share that mabl now offers access to API endpoints for managing DataTables. Teams can use the new DataTable API to make bulk updates to large DataTables, write scripts that automate changes to DataTables, and manage updates to DataTables without using the UI.

The endpoints available in the DataTable API include:

  1. DataTable endpoints: create, query, get, and update DataTables
  2. Variable endpoints: create, query, update, and remove DataTable variable names
  3. Scenario endpoints: create, query, get, update and remove individual scenarios

Try it out

Before using the DataTable API, you need access to:

  1. A command line interface API key. This API key is required for authenticating your requests.
  2. The mabl resource ID required for the endpoint you wish to use.

Available DataTable API endpoints include:

Type

Endpoints

DataTable

  • Get DataTables for a given workspace
  • Create a new DataTable with a set of scenarios
  • Get metadata about a DataTable
  • Update a DataTable's name

Variable

  • Get current variable names for a DataTable
  • Add a new variable name to the DataTable
  • Update a DataTable variable name
  • Remove a DataTable variable name

Scenario

  • Get all scenarios associated with a DataTable
  • Create a new scenario and add to an existing DataTable
  • Get the variable values associated with a specific DataTable scenario
  • Update variable values for a DataTable scenario
  • Delete a DataTable scenario

Go to the API reference section of mabl help and click on the DataTable API endpoint that you want to try out.

Add the API key as the password (username “key”) to the Authentication field and the appropriate values to the Path Params field. Then send the request by clicking on the Try it! Button.

Alternatively, you may copy and paste the generated request script for use in your own workflow.

For more information on using the DataTable API, see our documentation.