GET api/Dashboard?storedProcedureName={storedProcedureName}&commandType={commandType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storedProcedureName

string

Required

commandType

CommandType

Required

Body Parameters

Collection of SqlParameter
NameDescriptionTypeAdditional information
CompareInfo

SqlCompareOptions

None.

XmlSchemaCollectionDatabase

string

None.

XmlSchemaCollectionOwningSchema

string

None.

XmlSchemaCollectionName

string

None.

ForceColumnEncryption

boolean

None.

DbType

DbType

None.

LocaleId

integer

None.

ParameterName

string

None.

Precision

byte

None.

Scale

byte

None.

SqlDbType

SqlDbType

None.

SqlValue

Object

None.

UdtTypeName

string

None.

TypeName

string

None.

Value

Object

None.

Direction

ParameterDirection

None.

IsNullable

boolean

None.

Offset

integer

None.

Size

integer

None.

SourceColumn

string

None.

SourceColumnNullMapping

boolean

None.

SourceVersion

DataRowVersion

None.

Request Formats

application/json, text/json

Sample:
[
  "sample string 6",
  "sample string 6"
]

text/html

Sample:
["sample string 6","sample string 6"]

application/xml, text/xml

Sample:
<ArrayOfSqlParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Data.SqlClient">
  <SqlParameter>
    <__identity i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System" />
    <DbType xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Int64</DbType>
    <Direction xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Input</Direction>
    <IsNullable xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">true</IsNullable>
    <ParameterName xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">sample string 6</ParameterName>
    <Precision xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">64</Precision>
    <Scale xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">64</Scale>
    <Size xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">15</Size>
    <SourceColumn xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">sample string 16</SourceColumn>
    <SourceColumnNullMapping xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">true</SourceColumnNullMapping>
    <SourceVersion xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Original</SourceVersion>
    <Value xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common" />
    <CompareInfo>None</CompareInfo>
    <ForceColumnEncryption>true</ForceColumnEncryption>
    <LocaleId>5</LocaleId>
    <Offset>14</Offset>
    <Precision>64</Precision>
    <Scale>64</Scale>
    <SqlDbType>BigInt</SqlDbType>
    <SqlValue i:nil="true" />
    <TypeName>sample string 11</TypeName>
    <UdtTypeName>sample string 10</UdtTypeName>
    <XmlSchemaCollectionDatabase>sample string 1</XmlSchemaCollectionDatabase>
    <XmlSchemaCollectionName>sample string 3</XmlSchemaCollectionName>
    <XmlSchemaCollectionOwningSchema>sample string 2</XmlSchemaCollectionOwningSchema>
  </SqlParameter>
  <SqlParameter>
    <__identity i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System" />
    <DbType xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Int64</DbType>
    <Direction xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Input</Direction>
    <IsNullable xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">true</IsNullable>
    <ParameterName xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">sample string 6</ParameterName>
    <Precision xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">64</Precision>
    <Scale xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">64</Scale>
    <Size xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">15</Size>
    <SourceColumn xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">sample string 16</SourceColumn>
    <SourceColumnNullMapping xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">true</SourceColumnNullMapping>
    <SourceVersion xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common">Original</SourceVersion>
    <Value xmlns="http://schemas.datacontract.org/2004/07/System.Data.Common" />
    <CompareInfo>None</CompareInfo>
    <ForceColumnEncryption>true</ForceColumnEncryption>
    <LocaleId>5</LocaleId>
    <Offset>14</Offset>
    <Precision>64</Precision>
    <Scale>64</Scale>
    <SqlDbType>BigInt</SqlDbType>
    <SqlValue i:nil="true" />
    <TypeName>sample string 11</TypeName>
    <UdtTypeName>sample string 10</UdtTypeName>
    <XmlSchemaCollectionDatabase>sample string 1</XmlSchemaCollectionDatabase>
    <XmlSchemaCollectionName>sample string 3</XmlSchemaCollectionName>
    <XmlSchemaCollectionOwningSchema>sample string 2</XmlSchemaCollectionOwningSchema>
  </SqlParameter>
</ArrayOfSqlParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataSet
NameDescriptionTypeAdditional information
RemotingFormat

SerializationFormat

None.

SchemaSerializationMode

SchemaSerializationMode

None.

CaseSensitive

boolean

None.

DefaultViewManager

Collection of Object

None.

EnforceConstraints

boolean

None.

DataSetName

string

None.

Namespace

string

None.

Prefix

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

IsInitialized

boolean

None.

Locale

CultureInfo

None.

Site

ISite

None.

Relations

Collection of Object

None.

Tables

Collection of Object

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.