POST api/reportserver/v1/data/ods/model

Returns the data fields schema for the specified object data source.

Request Information

URI Parameters

None.

Body Parameters

Object data source model.

ObjectDataSourceInfo
NameDescriptionTypeAdditional information
DataSource

For internal use only

string

Required

DataMember

For internal use only

string

None.

JsonParameters

For internal use only

Collection of ObjectDataSourceParameterInfo

None.

Request body formats

application/json, text/json

Sample:
{
  "DataSource": "sample string 1",
  "DataMember": "sample string 2",
  "JsonParameters": [
    {
      "Name": "sample string 1",
      "Value": {},
      "DataType": null
    },
    {
      "Name": "sample string 1",
      "Value": {},
      "DataType": null
    }
  ]
}

Response Information

Resource Description

SimpleDataModel
NameDescriptionTypeAdditional information
Expression

No documentation available.

string

None.

Measures

No documentation available.

Collection of Object

None.

DataSource

No documentation available.

IDataSource

None.

Name

No documentation available.

string

None.

Description

No documentation available.

string

None.

Parent

No documentation available.

IDataModelElement

None.

Response Formats

application/json, text/json

Sample:

Sample not available.

In this article
Not finding the help you need?