WorkspaceLocationsBatchRequest
Create multiple workspace location tables in one call, each with its columns and rows. Push every row; all tables are workspace-owned.
- locationsType: array · WorkspaceAssetsBatchAsset[]required
- nameType: stringrequired
Asset name
- statusType: string enumrequired
Asset status
values- active
- inactive
- columnsType: array object[] · AssetColumnRequest[]
Column definitions (optional).
- isType: boolean
Taggable Whether items in this asset can be tagged
- itemsType: array object[] · AssetItemRequest[]
Rows for this asset.
A row — an object mapping each column's
keyto its value. - keyType: string
URL-safe key (slug) — lowercase, no spaces. Auto-generated from
nameon create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path. - parentnullable
Id Parent asset — ID or key.
- Type: number
Parent asset — ID or key.

