New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/data/ods/members
Returns a list of all data members for the specified type.
Request Information
URI Parameters
None.
Body Parameters
Type with filter model.
| 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
json
{
"DataMembersOnly": true,
"TypeName": "sample string 2"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAbstract |
No documentation available. | boolean |
None. |
| DataMembers |
No documentation available. | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample not available.