New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v3/data/object-data-source/members
Returns the members of the specified object data source type.
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DataMembersOnly |
For internal use only | boolean |
None. |
| TypeName |
For internal use only | string |
Required |
Request body formats
application/json, text/json, application/*+json
json
{
"DataMembersOnly": true,
"TypeName": "Marketing Reports"
}
Response Information
Resource Description
None.