Skip to main content
POST
/
v1
/
parts
/
{partId}
/
import-file
Import Part File
curl --request POST \
  --url https://api.lab.fieldnode.dev/v1/parts/{partId}/import-file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "sasUrl": "<string>",
  "group": "preview"
}
'
{
  "fileId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.fieldnode.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

partId
string
required

Part ID to import file to.

Body

application/json
name
string
required

File name.

sasUrl
string
required

SAS URL to copy from.

group
enum<string>
required

File group.

Available options:
preview,
document,
ip,
partDevelopment,
development

Response

The request has succeeded.

fileId
string
required

Imported file ID.