All Verbs | /service/CreateQuickReport |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No | |
Query | form | string | No | |
Type | form | string | No | |
SubType | form | string | No | |
IsActive | form | bool | No | |
IsDashboard | form | bool | No | |
Position | form | int | No | |
QueryFormatted | form | string | No | |
QueryHtml | form | string | No | |
Tags | form | Dictionary<string, HashSet<String>> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | K | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/CreateQuickReport HTTP/1.1
Host: www.bernhardt.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"id":"String","name":"String","query":"String","type":"String","subType":"String","isActive":false,"isDashboard":false,"position":0,"queryFormatted":"String","queryHtml":"String","tags":{"String":["String"]}}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"id":"String","name":"String","query":"String","type":"String","subType":"String","isActive":false,"isDashboard":false,"position":0,"queryFormatted":"String","queryHtml":"String","tags":{"String":["String"]}}