New to Telerik Report ServerStart a free 30-day trial

POST api/reportserver/v3/data/object-data-source/model

Returns the data model for the specified object data source.

Request Information

URI Parameters

None.

Body Parameters

ObjectDataSourceInfo

NameDescriptionTypeAdditional information
DataSource

For internal use only

string

Required

DataMember

For internal use only

string

None.

JsonParameters

For internal use only

Collection of ObjectDataSourceParameterInfo

None.

Request body formats

application/json, text/json, application/*+json

json
{
  "DataSource": "SalesData",
  "DataMember": "Orders",
  "JsonParameters": [
    {
      "Name": "Region",
      "Value": "North America",
      "DataType": "System.String"
    },
    {
      "Name": "CustomerId",
      "Value": 12345,
      "DataType": "System.Int32"
    }
  ]
}

Response Information

Resource Description

None.

Not finding the help you need?
Contact Support