POST api/reportserver/v2/data/ods/measures
Returns the data fields schema for the specified type. Used for nested measures.
Request Information
URI Parameters
None.
Body Parameters
Type model.
TypeInfoName | Description | Type | Additional information |
---|---|---|---|
TypeName |
For internal use only |
string |
Required |
Request body formats
application/json, text/json
Sample:
{ "TypeName": "sample string 1" }
Response Information
Resource Description
Collection of ISimpleMeasureName | Description | Type | Additional information |
---|---|---|---|
DataType |
No documentation available. |
string |
None. |
Measures |
No documentation available. |
Collection of ISimpleMeasure |
None. |
IsExpandable |
No documentation available. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.