Skip to main content
POST
/
api
/
files
/
v1
/
filesets
Create FileSet
curl --request POST \
  --url https://example.com/v1/api/files/v1/filesets \
  --header 'Content-Type: application/json' \
  --header 'X-DOMO-Developer-Token: <api-key>' \
  --data '
{
  "name": "<string>",
  "accountId": 123,
  "connectorContext": {
    "connector": "<string>",
    "relativePath": "<string>"
  },
  "description": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "createdBy": 123
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Body

application/json
name
string
required

The name of the FileSet.

accountId
integer | null

The account ID to associate.

connectorContext
object
description
string | null

Description for the FileSet.

Response

The metadata for the created FileSet.

Base metadata for a FileSet.

id
string<uuid>
name
string
description
string | null
created
string<date-time>
createdBy
integer