POST api/userReportData/DownloadUserReport

Request Information

URI Parameters

None.

Body Parameters

UserReportDTO
NameDescriptionTypeAdditional information
UserReportId

integer

None.

UserId

integer

None.

SubCategoryId

integer

None.

SubcategoryRecurrencePeriodId

integer

None.

StartDate

date

None.

NextExecutionDate

date

None.

IsActive

boolean

None.

Query

string

None.

ReportConfiguration

string

None.

Name

string

None.

DateRangeId

integer

None.

IsEnabled

boolean

None.

IsLastReportSentSuccessfully

boolean

None.

IsReportScheduled

boolean

None.

SubCatgeoryName

string

None.

BusinessGroupName

string

None.

DateRangeLabel

string

None.

IsKPIDeleted

boolean

None.

IsReportNotApplicable

boolean

None.

IsDataInValid

boolean

None.

DateRangePeriodStart

integer

None.

DateRangePeriodEnd

integer

None.

DateRangeStartDate

date

None.

DateRangeEndDate

date

None.

CreatedAt

date

None.

UpdatedAt

date

None.

OtherRecipients

string

None.

SubcategoryRecurrencePeriod

SubCategoryRecurrencePeriodDTO

None.

UserRecurrencePeriods

Collection of UserRecurrencePeriodDTO

None.

UserSelectedDynamicFilters

Collection of UserSelectedDynamicFilterDTO

None.

Users

UsersDTO

None.

SubCategory

SubCategoryDTO

None.

UserReportAggregators

Collection of UserReportAggregatorDTO

None.

UserReportGroupBy

Collection of UserReportGroupByDTO

None.

DateRange

DateRangeDTO

None.

SubCategoryWhereClause

SubCategoryWhereClauseDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "UserReportId": 1,
  "UserId": 2,
  "SubCategoryId": 3,
  "SubcategoryRecurrencePeriodId": 4,
  "StartDate": "2026-05-30T12:37:46.0225538+00:00",
  "NextExecutionDate": "2026-05-30T12:37:46.0225538+00:00",
  "IsActive": true,
  "Query": "sample string 5",
  "ReportConfiguration": "sample string 6",
  "Name": "sample string 7",
  "DateRangeId": 1,
  "IsEnabled": true,
  "IsLastReportSentSuccessfully": true,
  "IsReportScheduled": true,
  "SubCatgeoryName": "sample string 8",
  "BusinessGroupName": "sample string 9",
  "DateRangeLabel": "sample string 10",
  "IsKPIDeleted": true,
  "IsReportNotApplicable": true,
  "IsDataInValid": true,
  "DateRangePeriodStart": 11,
  "DateRangePeriodEnd": 12,
  "DateRangeStartDate": "2026-05-30T12:37:46.0225538+00:00",
  "DateRangeEndDate": "2026-05-30T12:37:46.0225538+00:00",
  "CreatedAt": "2026-05-30T12:37:46.0225538+00:00",
  "UpdatedAt": "2026-05-30T12:37:46.0225538+00:00",
  "OtherRecipients": "sample string 13",
  "SubcategoryRecurrencePeriod": {
    "SubCategoryRecurrencePeriodId": 1,
    "SubCategoryId": 2,
    "RecurrencePeriodId": 3,
    "RecurrencePeriod": {
      "RecurrencePeriodId": 1,
      "RecurrencePeriodBK": 2,
      "Name": "sample string 3",
      "Rank": 4
    }
  },
  "UserRecurrencePeriods": [
    {
      "UserRecurrencePeriodId": 1,
      "UserReportId": 1,
      "Day": 1,
      "Month": 1,
      "RecurrenceFrequency": "sample string 1"
    },
    {
      "UserRecurrencePeriodId": 1,
      "UserReportId": 1,
      "Day": 1,
      "Month": 1,
      "RecurrenceFrequency": "sample string 1"
    }
  ],
  "UserSelectedDynamicFilters": [
    {
      "UserSelectedDynamicFilterId": 1,
      "UserReportId": 2,
      "IsAdvanceFilter": true,
      "SubCategoryWhereClauseId": 1,
      "ComparisonOperatorId": 3,
      "ComparisonOperatorName": "sample string 4",
      "IsRange": true,
      "IsHaving": true,
      "SubCategoryAggregatorId": 1,
      "IsThreeshold": true,
      "UserConfigured": true,
      "AreAllKeysSelected": true,
      "SelectedFilterName": "sample string 10",
      "SubCategoryWhereClause": {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "IsMandatory": true,
        "MandatoryColumnValue": "sample string 6",
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsDate": true,
        "DateFormatId": 1,
        "LogicalOperator": "sample string 10",
        "Query": "sample string 11",
        "IsUserProvided": true,
        "LeftBraces": "sample string 12",
        "RightBraces": "sample string 13",
        "BraceSequence": 1,
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 14",
        "KeyColumnName": "sample string 15",
        "IsAdvanceFilter": true,
        "IsGroupBy": true,
        "Alias": "sample string 16",
        "IsRLSColumn": true,
        "BusinessFilterColumnId": 1,
        "KeyDataTypeId": 18,
        "IsChatbotApplicable": true,
        "ExtendedBusinessGroupId": 1,
        "Rank": 1,
        "IsTrainGingerApplicable": true,
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        },
        "AliasedKeyColumn": "sample string 21",
        "AliasedDisplayColumn": "sample string 22"
      },
      "UserSelectedDynamicFilterKeys": [
        {
          "UserSelectedDynamicFilterKeyId": 1,
          "UserSelectedDynamicFilterId": 2,
          "BusinessKeyStart": "sample string 3",
          "BusinessKeyEnd": "sample string 4",
          "BusinessKeyDisplayName": "sample string 5",
          "IsFilterValid": true
        },
        {
          "UserSelectedDynamicFilterKeyId": 1,
          "UserSelectedDynamicFilterId": 2,
          "BusinessKeyStart": "sample string 3",
          "BusinessKeyEnd": "sample string 4",
          "BusinessKeyDisplayName": "sample string 5",
          "IsFilterValid": true
        }
      ],
      "ComparisonOperator": {
        "ComparisonOperatorId": 1,
        "Name": "sample string 2"
      }
    },
    {
      "UserSelectedDynamicFilterId": 1,
      "UserReportId": 2,
      "IsAdvanceFilter": true,
      "SubCategoryWhereClauseId": 1,
      "ComparisonOperatorId": 3,
      "ComparisonOperatorName": "sample string 4",
      "IsRange": true,
      "IsHaving": true,
      "SubCategoryAggregatorId": 1,
      "IsThreeshold": true,
      "UserConfigured": true,
      "AreAllKeysSelected": true,
      "SelectedFilterName": "sample string 10",
      "SubCategoryWhereClause": {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "IsMandatory": true,
        "MandatoryColumnValue": "sample string 6",
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsDate": true,
        "DateFormatId": 1,
        "LogicalOperator": "sample string 10",
        "Query": "sample string 11",
        "IsUserProvided": true,
        "LeftBraces": "sample string 12",
        "RightBraces": "sample string 13",
        "BraceSequence": 1,
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 14",
        "KeyColumnName": "sample string 15",
        "IsAdvanceFilter": true,
        "IsGroupBy": true,
        "Alias": "sample string 16",
        "IsRLSColumn": true,
        "BusinessFilterColumnId": 1,
        "KeyDataTypeId": 18,
        "IsChatbotApplicable": true,
        "ExtendedBusinessGroupId": 1,
        "Rank": 1,
        "IsTrainGingerApplicable": true,
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        },
        "AliasedKeyColumn": "sample string 21",
        "AliasedDisplayColumn": "sample string 22"
      },
      "UserSelectedDynamicFilterKeys": [
        {
          "UserSelectedDynamicFilterKeyId": 1,
          "UserSelectedDynamicFilterId": 2,
          "BusinessKeyStart": "sample string 3",
          "BusinessKeyEnd": "sample string 4",
          "BusinessKeyDisplayName": "sample string 5",
          "IsFilterValid": true
        },
        {
          "UserSelectedDynamicFilterKeyId": 1,
          "UserSelectedDynamicFilterId": 2,
          "BusinessKeyStart": "sample string 3",
          "BusinessKeyEnd": "sample string 4",
          "BusinessKeyDisplayName": "sample string 5",
          "IsFilterValid": true
        }
      ],
      "ComparisonOperator": {
        "ComparisonOperatorId": 1,
        "Name": "sample string 2"
      }
    }
  ],
  "Users": {
    "UserId": 1,
    "Name": "sample string 2",
    "Email": "sample string 3",
    "PersonNumber": 4,
    "MobileNumber": "sample string 5",
    "SeatNumber": "sample string 6",
    "WelcomeMailSent": true,
    "Location": "sample string 8",
    "IsActive": true,
    "LastUpdatedAt": "2026-05-30T12:37:46.0225538+00:00",
    "LastUpdatedBy": "sample string 9",
    "IsTrainGingerAccessible": true,
    "Roles": [
      {
        "RoleId": 1,
        "Name": "sample string 2",
        "Rank": 3,
        "IsTrainGingerApplicable": true,
        "IsAdmin": true,
        "ParentId": 1,
        "BK_Role": 1
      },
      {
        "RoleId": 1,
        "Name": "sample string 2",
        "Rank": 3,
        "IsTrainGingerApplicable": true,
        "IsAdmin": true,
        "ParentId": 1,
        "BK_Role": 1
      }
    ]
  },
  "SubCategory": {
    "SubCategoryId": 1,
    "BK_SubCategory": 2,
    "CategoryId": 3,
    "SubCategoryName": "sample string 4",
    "Description": "sample string 5",
    "IsGroupByMandatory": true,
    "IsDateMandatory": true,
    "IsTrainGingerApplicable": true,
    "IsActive": true,
    "Tags": "sample string 10",
    "IsKPITempDisable": true,
    "OutputColumns": "sample string 11",
    "QueryExecutionStrategy": 64,
    "SubCategoryWhereClauses": [
      {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "IsMandatory": true,
        "MandatoryColumnValue": "sample string 6",
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsDate": true,
        "DateFormatId": 1,
        "LogicalOperator": "sample string 10",
        "Query": "sample string 11",
        "IsUserProvided": true,
        "LeftBraces": "sample string 12",
        "RightBraces": "sample string 13",
        "BraceSequence": 1,
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 14",
        "KeyColumnName": "sample string 15",
        "IsAdvanceFilter": true,
        "IsGroupBy": true,
        "Alias": "sample string 16",
        "IsRLSColumn": true,
        "BusinessFilterColumnId": 1,
        "KeyDataTypeId": 18,
        "IsChatbotApplicable": true,
        "ExtendedBusinessGroupId": 1,
        "Rank": 1,
        "IsTrainGingerApplicable": true,
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        },
        "AliasedKeyColumn": "sample string 21",
        "AliasedDisplayColumn": "sample string 22"
      },
      {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "IsMandatory": true,
        "MandatoryColumnValue": "sample string 6",
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsDate": true,
        "DateFormatId": 1,
        "LogicalOperator": "sample string 10",
        "Query": "sample string 11",
        "IsUserProvided": true,
        "LeftBraces": "sample string 12",
        "RightBraces": "sample string 13",
        "BraceSequence": 1,
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 14",
        "KeyColumnName": "sample string 15",
        "IsAdvanceFilter": true,
        "IsGroupBy": true,
        "Alias": "sample string 16",
        "IsRLSColumn": true,
        "BusinessFilterColumnId": 1,
        "KeyDataTypeId": 18,
        "IsChatbotApplicable": true,
        "ExtendedBusinessGroupId": 1,
        "Rank": 1,
        "IsTrainGingerApplicable": true,
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        },
        "AliasedKeyColumn": "sample string 21",
        "AliasedDisplayColumn": "sample string 22"
      }
    ],
    "SubCategoryWhereClauseBusinessFilters": [
      {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 5",
        "KeyColumnName": "sample string 6",
        "IsAdvanceFilter": true,
        "Rank": 1,
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsTrainGingerApplicable": true,
        "IsRLSColumn": true,
        "AliasedKeyColumn": "sample string 11",
        "AliasedDisplayColumn": "sample string 12",
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        }
      },
      {
        "SubCategoryWhereClauseId": 1,
        "WarehouseTableId": 2,
        "WarehouseTableName": "sample string 3",
        "Column": "sample string 4",
        "DataTypeId": 1,
        "ControlTypeId": 1,
        "DisplayName": "sample string 5",
        "KeyColumnName": "sample string 6",
        "IsAdvanceFilter": true,
        "Rank": 1,
        "MinValue": "sample string 7",
        "MaxValue": "sample string 8",
        "IsTrainGingerApplicable": true,
        "IsRLSColumn": true,
        "AliasedKeyColumn": "sample string 11",
        "AliasedDisplayColumn": "sample string 12",
        "SubCategoryWhereClauseComparisonOperators": [
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          },
          {
            "SubCategoryWhereClauseComparisonOperatorId": 1,
            "SubCategoryWhereClauseId": 2,
            "ComparisonOperatorId": 3,
            "ComparisonOperatorName": "sample string 4",
            "ComparisonOperatorBK": 5,
            "ComparisonOperator": {
              "ComparisonOperatorId": 1,
              "Name": "sample string 2"
            }
          }
        ],
        "ControlType": {
          "ControlTypeId": 1,
          "ControlTypeBK": 2,
          "Name": "sample string 3"
        }
      }
    ],
    "SubCategoryDateRanges": [
      {
        "SubCategoryDateRangeId": 1,
        "SubCategoryId": 2,
        "DateRangeId": 3,
        "MinPeriod": 4,
        "MaxPeriod": 5,
        "PreferredPeriod": 6,
        "DateRange": {
          "DateRangeId": 1,
          "Period": "sample string 2",
          "Rank": 3,
          "DateRangeBK": 4
        }
      },
      {
        "SubCategoryDateRangeId": 1,
        "SubCategoryId": 2,
        "DateRangeId": 3,
        "MinPeriod": 4,
        "MaxPeriod": 5,
        "PreferredPeriod": 6,
        "DateRange": {
          "DateRangeId": 1,
          "Period": "sample string 2",
          "Rank": 3,
          "DateRangeBK": 4
        }
      }
    ],
    "SubCategoryWhereClauseBusinessGroups": [
      {
        "SubCategoryWhereClauseId": 1,
        "DisplayName": "sample string 2",
        "GroupCollectionId": 3,
        "Rank": 1
      },
      {
        "SubCategoryWhereClauseId": 1,
        "DisplayName": "sample string 2",
        "GroupCollectionId": 3,
        "Rank": 1
      }
    ],
    "SubCategoryAggregators": [
      {
        "SubCategoryAggregatorId": 1,
        "SubCategoryId": 2,
        "DisplayName": "sample string 3",
        "RoundOffValue": 4,
        "Query": "sample string 5",
        "Alias": "sample string 6",
        "SubCategoryAggregatorRole": [
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          },
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          }
        ]
      },
      {
        "SubCategoryAggregatorId": 1,
        "SubCategoryId": 2,
        "DisplayName": "sample string 3",
        "RoundOffValue": 4,
        "Query": "sample string 5",
        "Alias": "sample string 6",
        "SubCategoryAggregatorRole": [
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          },
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          }
        ]
      }
    ],
    "SubCategoryRecurrencePeriods": [
      {
        "SubCategoryRecurrencePeriodId": 1,
        "SubCategoryId": 2,
        "RecurrencePeriodId": 3,
        "RecurrencePeriod": {
          "RecurrencePeriodId": 1,
          "RecurrencePeriodBK": 2,
          "Name": "sample string 3",
          "Rank": 4
        }
      },
      {
        "SubCategoryRecurrencePeriodId": 1,
        "SubCategoryId": 2,
        "RecurrencePeriodId": 3,
        "RecurrencePeriod": {
          "RecurrencePeriodId": 1,
          "RecurrencePeriodBK": 2,
          "Name": "sample string 3",
          "Rank": 4
        }
      }
    ],
    "SubCategoryListRole": [
      {
        "SubCategoryListRoleId": 1,
        "SubCategoryId": 2,
        "RoleId": 3
      },
      {
        "SubCategoryListRoleId": 1,
        "SubCategoryId": 2,
        "RoleId": 3
      }
    ]
  },
  "UserReportAggregators": [
    {
      "UserReportAggregatorId": 1,
      "UserReportId": 2,
      "SubcategoryAggregatorId": 3,
      "ComparisonOperatorId": 1,
      "ComparisonValue": 1,
      "ComparisonRangeEndValue": 1,
      "Level": 1,
      "SelectedAggregatorName": "sample string 4",
      "AggregatorDisplayName": "sample string 5",
      "SubcategoryAggregator": {
        "SubCategoryAggregatorId": 1,
        "SubCategoryId": 2,
        "DisplayName": "sample string 3",
        "RoundOffValue": 4,
        "Query": "sample string 5",
        "Alias": "sample string 6",
        "SubCategoryAggregatorRole": [
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          },
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          }
        ]
      }
    },
    {
      "UserReportAggregatorId": 1,
      "UserReportId": 2,
      "SubcategoryAggregatorId": 3,
      "ComparisonOperatorId": 1,
      "ComparisonValue": 1,
      "ComparisonRangeEndValue": 1,
      "Level": 1,
      "SelectedAggregatorName": "sample string 4",
      "AggregatorDisplayName": "sample string 5",
      "SubcategoryAggregator": {
        "SubCategoryAggregatorId": 1,
        "SubCategoryId": 2,
        "DisplayName": "sample string 3",
        "RoundOffValue": 4,
        "Query": "sample string 5",
        "Alias": "sample string 6",
        "SubCategoryAggregatorRole": [
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          },
          {
            "SubCategoryAggregatorRoleId": 1,
            "SubCategoryAggregatorId": 2,
            "RoleId": 3
          }
        ]
      }
    }
  ],
  "UserReportGroupBy": [
    {
      "UserReportGroupById": 1,
      "UserReportId": 2,
      "GroupById": 3,
      "Rank": 4,
      "BusinessGroupName": "sample string 5"
    },
    {
      "UserReportGroupById": 1,
      "UserReportId": 2,
      "GroupById": 3,
      "Rank": 4,
      "BusinessGroupName": "sample string 5"
    }
  ],
  "DateRange": {
    "DateRangeId": 1,
    "Period": "sample string 2",
    "Rank": 3,
    "DateRangeBK": 4
  },
  "SubCategoryWhereClause": {
    "SubCategoryWhereClauseId": 1,
    "WarehouseTableId": 2,
    "WarehouseTableName": "sample string 3",
    "Column": "sample string 4",
    "IsMandatory": true,
    "MandatoryColumnValue": "sample string 6",
    "MinValue": "sample string 7",
    "MaxValue": "sample string 8",
    "IsDate": true,
    "DateFormatId": 1,
    "LogicalOperator": "sample string 10",
    "Query": "sample string 11",
    "IsUserProvided": true,
    "LeftBraces": "sample string 12",
    "RightBraces": "sample string 13",
    "BraceSequence": 1,
    "DataTypeId": 1,
    "ControlTypeId": 1,
    "DisplayName": "sample string 14",
    "KeyColumnName": "sample string 15",
    "IsAdvanceFilter": true,
    "IsGroupBy": true,
    "Alias": "sample string 16",
    "IsRLSColumn": true,
    "BusinessFilterColumnId": 1,
    "KeyDataTypeId": 18,
    "IsChatbotApplicable": true,
    "ExtendedBusinessGroupId": 1,
    "Rank": 1,
    "IsTrainGingerApplicable": true,
    "SubCategoryWhereClauseComparisonOperators": [
      {
        "SubCategoryWhereClauseComparisonOperatorId": 1,
        "SubCategoryWhereClauseId": 2,
        "ComparisonOperatorId": 3,
        "ComparisonOperatorName": "sample string 4",
        "ComparisonOperatorBK": 5,
        "ComparisonOperator": {
          "ComparisonOperatorId": 1,
          "Name": "sample string 2"
        }
      },
      {
        "SubCategoryWhereClauseComparisonOperatorId": 1,
        "SubCategoryWhereClauseId": 2,
        "ComparisonOperatorId": 3,
        "ComparisonOperatorName": "sample string 4",
        "ComparisonOperatorBK": 5,
        "ComparisonOperator": {
          "ComparisonOperatorId": 1,
          "Name": "sample string 2"
        }
      }
    ],
    "ControlType": {
      "ControlTypeId": 1,
      "ControlTypeBK": 2,
      "Name": "sample string 3"
    },
    "AliasedKeyColumn": "sample string 21",
    "AliasedDisplayColumn": "sample string 22"
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserReportDTO'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.