ReportFieldSchema
The schema for a report field that describes how to display and interact with the field in the report UI.
Indicates if the field can be the default subtotal field for the report.
trueIndicates if the field can be used to subtotal the chart.
trueIndicates if the field can be used for the "minor" subtotal within Charts only.
trueIndicates if the field can be used to subtotal the report rows.
trueInternal use; indicates special display logic in the report UI.
falseIndicates if report field contains URLs (links), such as attachments.
falseThe internal ID of the report field; same as the key field.
codes_tasksThe index of the field in the report; the left-most column is index 0 and increases to the right.
2Indicates if the field is an integer field.
falseIndicates if the field is an attachment field.
falseIndicates if the field is a date field.
falseIndicates if the field is a percentage field.
falseIndicates if the field is totals column.
falseThe internal ID of the report field; same as the id field.
codes_tasksThe display name of the report field.
TaskIndicates if the field is a expected to hold negative values, which needs special treatment especially in charts.
falseIndicates if the field is a numeric field.
falseIndicates if the field is searchable.
falseIndicates if the field is currently enabled to be shown in the report.
falseIndicates if the field is sortable in the report.
falseIndicates if the text in the field should be truncated with a tooltip to see the rest, or always displayed in full.
false{
"canDefaultSubtotal": true,
"canSubtotal": true,
"canSubtotalMinor": true,
"canSubtotalReport": true,
"extraSpecial": false,
"hasURL": false,
"id": "codes_tasks",
"index": 2,
"integer": false,
"isAttachmentField": false,
"isDateField": false,
"isPercentField": false,
"isTotalColumn": false,
"key": "codes_tasks",
"label": "Task",
"nonPositive": false,
"numeric": false,
"searchable": false,
"shown": false,
"sortable": false,
"truncateText": false
}