POST api/reportserver/v2/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.
TypeInfoWithFilterName | 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
Sample:
{ "DataMembersOnly": true, "TypeName": "sample string 2" }
Response Information
Resource Description
DataSourceMemberModelName | 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:
Sample not available.