fill | string Indicates zero-padding. Must be between 0 and 10 "0" (zero) characters. |
prefix | string The prefix. Can include the date tokens:
|
startingNumber | number The starting number for the auto-id. |
suffix | string The suffix. Can include the date tokens:
|
{- "fill": "string",
- "prefix": "string",
- "startingNumber": 0,
- "suffix": "string"
}
rowId | number Nullable The Id of the row that failed. Applicable only to bulk row operations. |
object The error caused by the failed item. | |
index | number The index of the failed item in the bulk request array. |
{- "rowId": 0,
- "error": {
- "refId": "string",
- "errorCode": 0,
- "message": "string"
}, - "index": 0
}
destinationId | number The Id of the destination container (when copying or moving a sheet or a folder). Required if destinationType is "folder" or "workspace". If destinationType is "home", this value must be null. |
destinationType | string Nullable Type of the destination container. |
newName | string Name of the newly created object (when creating a copy of a dashboard, folder, sheet, or workspace). This attribute is not supported for "move" operations. |
{- "destinationId": 0,
- "destinationType": "folder",
- "newName": "string"
}
code | string The ISO 4217 currency code. |
symbol | string The currency symbol. |
{- "code": "EUR",
- "symbol": "€"
}
refId | string The Id of the specific error occurrence. Please include this information when contacting Smartsheet support. |
errorCode | number Custom error code from Smartsheet. See the complete Error Code List. |
message | string Descriptive error message. |
{- "refId": "string",
- "errorCode": 0,
- "message": "string"
}
name | string Name of the font family. |
traits | Array of strings Platform-independent traits of the font family. Contains one of the listed enum values. |
{- "name": "Arial",
- "traits": [
- "sans-serif"
]
}
defaults | string A format descriptor where each element describes the formats the Smartsheet Web app displays for format values that have not been set. Each value refers to an index of the following options. |
bold | Array of strings |
color | Array of strings The default setting is "none". Typically this is black text and a white background. |
Array of objects | |
dateFormat | Array of strings |
decimalCount | Array of strings |
Array of objects | |
fontSize | Array of strings |
horizontalAlign | Array of strings The default setting is "default" which is equivalent to "left". |
italic | Array of strings |
numberFormat | Array of strings |
strikethrough | Array of strings |
textWrap | Array of strings |
thousandsSeparator | Array of strings |
underline | Array of strings |
verticalAlign | Array of strings The default setting is "default" which is equivalent to "top". |
{- "defaults": ",,1,1,,,,,,,,,,,,,",
- "bold": [
- "none",
- "on"
], - "color": [
- "none",
- "transparent",
- "#000000",
- "#0B347D",
- "#1061C3",
- "#237F2E",
- "#40B14B",
- "#592C00",
- "#5FB3F9",
- "#61058B",
- "#757575",
- "#7ED085",
- "#9210AD",
- "#974C00",
- "#991310",
- "#B9DDFC",
- "#BDBDBD",
- "#C6E7C8",
- "#D0AF8F",
- "#D190DA",
- "#E2F2FE",
- "#E5E5E5",
- "#E7F5E9",
- "#EA352E",
- "#EA5000",
- "#EBC700",
- "#EBC7EF",
- "#EEDCCA",
- "#F2E8DE",
- "#F4E4F5",
- "#F87E7D",
- "#FEFF00",
- "#FEFF85",
- "#FF8D00",
- "#FFCCD2",
- "#FFCD7A",
- "#FFE1AF",
- "#FFEBEE",
- "#FFED00",
- "#FFF3DF",
- "#FFFEE6",
- "#FFFFFF"
], - "currency": [
- {
- "code": "none",
- "symbol": "none"
}, - {
- "code": "ARS",
- "symbol": "$"
}, - {
- "code": "AUD",
- "symbol": "$"
}, - {
- "code": "BRL",
- "symbol": "R$"
}, - {
- "code": "CAD",
- "symbol": "$"
}, - {
- "code": "CHF",
- "symbol": "CHF"
}, - {
- "code": "CLP",
- "symbol": "$"
}, - {
- "code": "CNY",
- "symbol": "¥"
}, - {
- "code": "DKK",
- "symbol": "kr."
}, - {
- "code": "EUR",
- "symbol": "€"
}, - {
- "code": "GBP",
- "symbol": "£"
}, - {
- "code": "HKD",
- "symbol": "$"
}, - {
- "code": "ILS",
- "symbol": "₪"
}, - {
- "code": "INR",
- "symbol": "₹"
}, - {
- "code": "JPY",
- "symbol": "¥"
}, - {
- "code": "KRW",
- "symbol": "₩"
}, - {
- "code": "MXN",
- "symbol": "$"
}, - {
- "code": "NOK",
- "symbol": "kr"
}, - {
- "code": "NZD",
- "symbol": "$"
}, - {
- "code": "RUB",
- "symbol": "₽"
}, - {
- "code": "SEK",
- "symbol": "kr"
}, - {
- "code": "SGD",
- "symbol": "$"
}, - {
- "code": "USD",
- "symbol": "$"
}, - {
- "code": "ZAR",
- "symbol": "R"
}
], - "dateFormat": [
- "LOCALE_BASED",
- "MMMM_D_YYYY",
- "MMM_D_YYYY",
- "D_MMM_YYYY",
- "YYYY_MM_DD_HYPHEN",
- "YYYY_MM_DD_DOT",
- "DWWWW_MMMM_D_YYYY",
- "DWWW_DD_MMM_YYYY",
- "DWWW_MM_DD_YYYY",
- "MMMM_D",
- "D_MMMM"
], - "decimalCount": [
- [
- "0",
- "1",
- "2",
- "3",
- "4",
- "5"
]
], - "fontFamily": [
- {
- "name": "Arial",
- "traits": [
- "sans-serif"
]
}, - {
- "name": "Roboto",
- "traits": [
- "sans-serif"
]
}, - {
- "name": "Tahoma",
- "traits": [
- "sans-serif"
]
}, - {
- "name": "Times New Roman",
- "traits": [
- "serif"
]
}, - {
- "name": "Verdana",
- "traits": [
- "sans-serif"
]
}
], - "fontSize": [
- "8",
- "9",
- "10",
- "12",
- "14",
- "16",
- "18",
- "20",
- "24",
- "28",
- "32",
- "36"
], - "horizontalAlign": [
- "default",
- "left",
- "center",
- "right"
], - "italic": [
- "none",
- "on"
], - "numberFormat": [
- "none",
- "NUMBER",
- "CURRENCY",
- "PERCENT"
], - "strikethrough": [
- "none",
- "on"
], - "textWrap": [
- "none",
- "on"
], - "thousandsSeparator": [
- "none",
- "on"
], - "underline": [
- "none",
- "on"
], - "verticalAlign": [
- "default",
- "top",
- "middle",
- "bottom"
]
}
pageNumber | number The current page in the full result set that the data array represents. NOTE when a page number greater than totalPages is requested, the last page is instead returned. |
pageSize | number Nullable The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included). Unless otherwise specified, this defaults to 100 for most endpoints. |
totalPages | number The total number of pages in the full result set. |
totalCount | number The total number of items in the full result set. |
{- "pageNumber": 1,
- "pageSize": 50,
- "totalPages": 25,
- "totalCount": 136
}
pageNumber | number The current page in the full result set that the data array represents. NOTE when a page number greater than totalPages is requested, the last page is instead returned. |
pageSize | number Nullable The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included). Unless otherwise specified, this defaults to 100 for most endpoints. |
totalPages | number If the data field value is not empty, returns a static value of -1. When you reach the first empty page after the end of the result set, then all four fields are set with a static value of “0”. |
totalCount | number If the data field value is not empty, returns a static value of -1. When you reach the first empty page after the end of the result set, then all four fields are set with a static value of “0”. |
{- "pageNumber": 1,
- "pageSize": 50,
- "totalPages": -1,
- "totalCount": -1
}
version | number Nullable New version of the sheet. Applicable only for operations which update sheet data. |
Array of objects Nullable Array of BulkItemFailure objects which represents the items that failed to be added or updated. See Partial Success for more information. Applicable only for bulk operations that support partial success. | |
message | string Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.) |
resultCode | number
|
{- "version": 0,
- "failedItems": [
- {
- "rowId": 0,
- "error": {
- "refId": "string",
- "errorCode": 0,
- "message": "string"
}, - "index": 0
}
], - "message": "SUCCESS",
- "resultCode": 0
}