Resource:Operator: generate a base reportC# Rel Const:Rels.ReportDefsSvc.SsrsRunURI template:ssrs/{name}/runner{?parameters,alternatepath}Obtain URI from:
Run a base report and get its output. HTTP Accept header specifies desired format and parameters.
Supported formats and parameters. Default value shown first, alternatives shown in parentheses:
- text/csv;header=present(absent);separator=comma(tab);encoding="utf-8";excelmode=true -- if version=2 is specified, the equivalent of ClassicView's CSV v.2 is emitted
- application/pdf;startpage=0;endpage=0
- application/vnd.ms-excel [if saving to file use ".xls" extension, not ".xlsx"]
- application/msword;autofit=default(false,true,never);fixedpagewidth=false [if saving to file use ".doc" extension, not ".docx"]
- application/xml
See Ssrs DeviceInfo Doc for description of parameter values.
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
name * | string | base report name |
parameters | string | report parameters formatted as name1:value1~name2:value2~...; consult RDL for parameter names |
alternatepath | string | for access to reports not in the default path |
Type | Description | |
---|---|---|
ContentType | string | |
Content | Object |
{ "contentType": "str", "content": {} }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.