GET api/Export/TVExportExcel
Request Information
URI Parameters
None.
Body Parameters
ExportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| CompanyId | string |
None. |
|
| BrandId | string |
None. |
|
| Location | string |
None. |
|
| SourceId | string |
None. |
|
| Text | string |
None. |
|
| TagId | string |
None. |
|
| Sentiment | string |
None. |
|
| lang | string |
None. |
|
| PrCategory | string |
None. |
|
| Ntag | string |
None. |
|
| et | string |
None. |
|
| Srt | string |
None. |
|
| Ed | string |
None. |
|
| Topic_Of_Disc | string |
None. |
|
| Overview_Titile | string |
None. |
|
| pdfChartsPath | string |
None. |
|
| Owner | string |
None. |
|
| andtag | string |
None. |
|
| nottag | string |
None. |
|
| otag | string |
None. |
|
| PageSize | integer |
None. |
|
| Page | integer |
None. |
|
| Bookmarked | integer |
None. |
|
| Irrelevant | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| PDF_Excel_Ind | integer |
None. |
|
| Snap | integer |
None. |
|
| ClipInd | integer |
None. |
|
| OV_Ind | integer |
None. |
|
| Tpl | integer |
None. |
|
| UserId | integer |
None. |
|
| GroupType | integer |
None. |
|
| StoryTypeWithCategory | integer |
None. |
|
| AdValInd | integer |
None. |
|
| TagInd | integer |
None. |
|
| Tpl2 | integer |
None. |
|
| PdfHeaderText | string |
None. |
|
| chartData | Collection of ExportPDFChartModel |
None. |
|
| ClubCount | integer |
None. |
|
| ClubEdition | integer |
None. |
|
| DateInd | integer |
None. |
|
| CBInd | integer |
None. |
|
| CDP | integer |
None. |
|
| IsHyperLlink | integer |
None. |
|
| Cmpt | integer |
None. |
|
| CmptTone | integer |
None. |
|
| PieChartInd | integer |
None. |
|
| AIInd | integer |
None. |
|
| freshAlert | integer |
None. |
|
| fromTime | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"CompanyId": "sample string 3",
"BrandId": "sample string 4",
"Location": "sample string 5",
"SourceId": "sample string 6",
"Text": "sample string 7",
"TagId": "sample string 8",
"Sentiment": "sample string 9",
"lang": "sample string 10",
"PrCategory": "sample string 11",
"Ntag": "sample string 12",
"et": "sample string 13",
"Srt": "sample string 14",
"Ed": "sample string 15",
"Topic_Of_Disc": "sample string 16",
"Overview_Titile": "sample string 17",
"pdfChartsPath": "sample string 18",
"Owner": "sample string 19",
"andtag": "sample string 20",
"nottag": "sample string 21",
"otag": "sample string 22",
"PageSize": 23,
"Page": 24,
"Bookmarked": 25,
"Irrelevant": 26,
"IsDeleted": 27,
"PDF_Excel_Ind": 28,
"Snap": 29,
"ClipInd": 30,
"OV_Ind": 31,
"Tpl": 32,
"UserId": 33,
"GroupType": 34,
"StoryTypeWithCategory": 35,
"AdValInd": 36,
"TagInd": 37,
"Tpl2": 38,
"PdfHeaderText": "sample string 39",
"chartData": [
{
"data": "sample string 1",
"chartName": "sample string 2",
"_mainChartName": "sample string 3"
},
{
"data": "sample string 1",
"chartName": "sample string 2",
"_mainChartName": "sample string 3"
}
],
"ClubCount": 40,
"ClubEdition": 41,
"DateInd": 42,
"CBInd": 43,
"CDP": 44,
"IsHyperLlink": 45,
"Cmpt": 46,
"CmptTone": 47,
"PieChartInd": 48,
"AIInd": 49,
"freshAlert": 50,
"fromTime": "sample string 51"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.