POST api/DataModel/Exportsourcemodel
Request Information
URI Parameters
None.
Body Parameters
DataModelSourceParams| Name | Description | Type | Additional information |
|---|---|---|---|
| length | integer |
None. |
|
| start | integer |
None. |
|
| iSortCol_0 | integer |
None. |
|
| sSortDir_0 | string |
None. |
|
| search | string |
None. |
|
| uploadstatus | string |
None. |
|
| sourceSOR | string |
None. |
|
| sourceDB | string |
None. |
|
| sourcetable | string |
None. |
|
| sourcecolumn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"length": 1,
"start": 2,
"iSortCol_0": 3,
"sSortDir_0": "sample string 4",
"search": "sample string 5",
"uploadstatus": "sample string 6",
"sourceSOR": "sample string 7",
"sourceDB": "sample string 8",
"sourcetable": "sample string 9",
"sourcecolumn": "sample string 10"
}
application/xml, text/xml
Sample:
<DataModelSourceParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <iSortCol_0>3</iSortCol_0> <length>1</length> <sSortDir_0>sample string 4</sSortDir_0> <search>sample string 5</search> <sourceDB>sample string 8</sourceDB> <sourceSOR>sample string 7</sourceSOR> <sourcecolumn>sample string 10</sourcecolumn> <sourcetable>sample string 9</sourcetable> <start>2</start> <uploadstatus>sample string 6</uploadstatus> </DataModelSourceParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.