New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/data/object-data-source/types
Returns a collection of the available object data source types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Namespaces |
Gets or sets the namespaces that contain the available object data source types. | Collection of ObjectNamespaceInfo |
None. |
Response Formats
application/json
json
{
"Namespaces": [
{
"Namespace": "Namespace 814",
"ImageIndex": 815,
"Types": [
{
"FullName": "Sales Reports",
"AssemblyQualifiedName": "Financial Reports",
"DisplayName": "HR Reports",
"DisplayText": "Display Text 819",
"Description": "Displayed to help users understand the purpose of this item.",
"ImageIndex": 821,
"Namespace": null,
"IsDataObject": true,
"ParentType": null,
"ChildTypes": [
null,
null
]
},
{
"FullName": "Marketing Reports",
"AssemblyQualifiedName": "Sales Reports",
"DisplayName": "Financial Reports",
"DisplayText": "Display Text 826",
"Description": "Provides additional context for users browsing the Report Server catalog.",
"ImageIndex": 828,
"Namespace": null,
"IsDataObject": true,
"ParentType": null,
"ChildTypes": [
null,
null
]
}
]
},
{
"Namespace": "Namespace 830",
"ImageIndex": 831,
"Types": [
{
"FullName": "Sales Reports",
"AssemblyQualifiedName": "Financial Reports",
"DisplayName": "HR Reports",
"DisplayText": "Display Text 835",
"Description": "Provides additional context for users browsing the Report Server catalog.",
"ImageIndex": 837,
"Namespace": null,
"IsDataObject": true,
"ParentType": null,
"ChildTypes": [
null,
null
]
},
{
"FullName": "Marketing Reports",
"AssemblyQualifiedName": "Sales Reports",
"DisplayName": "Financial Reports",
"DisplayText": "Display Text 842",
"Description": "A short, descriptive summary shown to users in the Report Server UI.",
"ImageIndex": 844,
"Namespace": null,
"IsDataObject": true,
"ParentType": null,
"ChildTypes": [
null,
null
]
}
]
}
]
}