{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"workspaceID": {
"type": "integer",
"description": "Workspace ID"
},
"x-csrf-header": {
"type": "string",
"description": "The x-csrf-header value"
},
"cancel": {
"type": "object",
"description": "The cancel value",
"properties": {
"None": {
"type": "object",
"description": "Circular schema reference: #/components/schemas/CancellationToken"
},
"IsCancellationRequested": {
"type": "boolean",
"description": "Is Cancellation Requested"
},
"CanBeCanceled": {
"type": "boolean",
"description": "Can Be Canceled"
},
"WaitHandle": {
"type": "object",
"description": "Wait Handle"
}
}
},
"progress": {
"type": "object",
"description": "The progress value"
},
"settings": {
"type": "object",
"description": "The settings value",
"properties": {
"ObjectSetQuery": {
"type": "object",
"description": "Object Set Query"
},
"ArtifactTypeID": {
"type": "integer",
"description": "Artifact Type ID"
},
"GroupBy": {
"type": "object",
"description": "Group By"
},
"PivotOn": {
"type": "object",
"description": "Pivot On"
},
"GroupByDateGrouping": {
"type": "string",
"description": "Group By Date Grouping",
"enum": [
"Date",
"Month",
"Year",
"YearMonth",
"Week",
"TwoWeeks"
]
},
"PivotOnDateGrouping": {
"type": "string",
"description": "Pivot On Date Grouping",
"enum": [
"Date",
"Month",
"Year",
"YearMonth",
"Week",
"TwoWeeks"
]
},
"MaximumNumberOfColumns": {
"type": "integer",
"description": "Maximum Number Of Columns"
},
"MaximumNumberOfRows": {
"type": "integer",
"description": "Maximum Number Of Rows"
},
"Timeout": {
"type": "integer",
"description": "The timeout value"
},
"RawDataOnly": {
"type": "boolean",
"description": "Raw Data Only"
},
"TimeZone": {
"type": "string",
"description": "Timezone identifier"
},
"ConvertNumberFieldValuesToString": {
"type": "boolean",
"description": "Convert Number Field Values To String"
}
}
}
},
"required": [
"PCID",
"workspaceID",
"x-csrf-header"
]
}