Create a reference table

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
json
required

Reference table metadata. The JSON should match the ReferenceTableInput GraphQL type (excluding upload and schema, which are specified as separate form fields).

file
required

CSV file containing the data to populate the managed dataset with.

file

JSON file specifiying the schema of the managed dataset. The default is a stringly-typed schema (i.e., every column is of type string), which column names extracted from the header of the CSV file. If the CSV file has no header, then the column names are generated in the form col0, col1, ..., coln-1. The JSON should match the [DatasetFieldDefInput] GraphQL type.

string

Column name of the CSV to be used as the label field of the reference table.

Responses

400

Invalid request

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json