POST Reports/Logs/{reportID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
reportID | integer |
Required |
Body Parameters
ReportContextLogDTOName | Description | Type | Additional information |
---|---|---|---|
User | User |
None. |
|
Parameters | Collection of ReportParameterLogDTO |
None. |
|
ServerBaseUrl | string |
None. |
|
AuthorizedUser | string |
None. |
|
ReportName | string |
None. |
|
ReportDescription | string |
None. |
|
ReportPath | string |
None. |
|
CatalogPath | string |
None. |
|
Parameters | Collection of ReportParameterDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "parameters": [ { "selectedValue": {}, "selectedValues": { "sample string 1": {}, "sample string 3": {} }, "type": "sample string 2", "isMultiple": true, "name": "sample string 4", "prompt": "sample string 5", "defaultValue": "sample string 6", "isRequired": true, "min": "sample string 8", "max": "sample string 9" }, { "selectedValue": {}, "selectedValues": { "sample string 1": {}, "sample string 3": {} }, "type": "sample string 2", "isMultiple": true, "name": "sample string 4", "prompt": "sample string 5", "defaultValue": "sample string 6", "isRequired": true, "min": "sample string 8", "max": "sample string 9" } ], "serverBaseUrl": "sample string 1", "authorizedUser": "sample string 2", "reportName": "sample string 3", "reportDescription": "sample string 4", "reportPath": "sample string 5", "catalogPath": "sample string 6" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �1nAE��\oC (�2JB��A)�]F�ٙx<d�'K���$�=�����?��[��H�#��"Y���%�DP�]q+)��`i�M�/؍8:���.�;� 0q��U�NT@�92t�h`�dֳZ5}�����&�3�S�ƙ&#_�t���W�G'Y'����� #-�f�Pg1�Ƴ��z�p�L����~]�w�� ���Wj���m�BA���#U���
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.