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.

TypeInfoWithFilter
NameDescriptionTypeAdditional 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

DataSourceMemberModel
NameDescriptionTypeAdditional 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.

In this article
Not finding the help you need?