POST reportingapi/Report/definitionresources?clientID={clientID}&instanceID={instanceID}&documentID={documentID}&threadID={threadID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | string |
Required |
|
| instanceID | string |
Required |
|
| documentID | string |
Required |
|
| threadID | string |
Required |
Body Parameters
Telerik.Reporting.Services.Engine.AIQueryArgs| Name | Description | Type | Additional information |
|---|---|---|---|
| Query | string |
None. |
|
| ClearContext | boolean |
None. |
|
| ConfirmationCallBack | System.FuncOfTelerik.Reporting.Services.Engine.AIRequestInfoAndTelerik.Reporting.Services.Engine.ConfirmationResult |
None. |
Request Formats
application/json, text/json
Sample:
{
"query": "sample string 1",
"clearContext": true,
"confirmationCallBack": null
}
application/xml, text/xml
Sample:
<AIQueryArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Telerik.Reporting.Services.Engine"> <ClearContext>true</ClearContext> <ConfirmationCallBack xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> <Query>sample string 1</Query> </AIQueryArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |