New to Telerik Report Server? Start 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
| Name | Description | Type | Additional 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.