Skip to main content

Appends data to an existing table by downloading a new file from a URL.

PATCH 

/api/v2/Dataset/:id/table/:tableId/AppendTable/Url

Dataset processing occurs in the background and may take a few minutes to complete.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset where the append will occur.

    tableId uuidrequired

    The unique identifier of the dataset table where the append will occur.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

The dataset table append request containing the file URL.

    fileUrl stringnullable

    Publicly accessible URL of the CSV file to download and use as the table source.

Responses

Table appended successfully and processing job scheduled.

Loading...