POST v1/capps/reports/add
add report definition to storage
Request Information
URI Parameters
None.
Body Parameters
ConfidenceApps.Interfaces.Portal.IReportName | Description | Type | Additional information |
---|---|---|---|
ActionCondition |
Condition when to execute a report. |
string |
None. |
AppId |
The unique identifier of the report. |
globally unique identifier |
None. |
Name |
The report´s name. |
string |
None. |
Enabled |
Gets or sets if the report is enabled. |
boolean |
None. |
ActionType |
Defines what kind of action has to be executed. |
ConfidenceApps.Types.ReportActionTypeEnum |
None. |
ActionFormat |
Specifies the report format. |
ConfidenceApps.Types.ResultFormat |
None. |
ActionValue |
Specifies the postback-receiver (E-Mail addresses or URL). |
string |
None. |
ActionValueDynamic |
Specifies from which formcontrol the receiver is read |
string |
None. |
IsDefault |
Defines the report as default |
boolean |
None. |
TemplateId |
The unique identifier of the report template. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "63e55db8-c4f4-46d2-95b2-125949b7b917", "appId": "dd4b0b80-5f35-40bf-8dbb-26bc9b528726", "name": "Sample Report", "enabled": true, "actionType": "SendEMail", "actionFormat": "PDF", "actionValue": "Sample Value", "createdAt": "2025-05-08T18:35:16", "modifiedAt": "2025-05-08T18:35:16", "referenceId": "00000000-0000-0000-0000-000000000000", "isDefault": false }
Response Information
Resource Description
report.id
System.Net.Http.HttpResponseMessageName | 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. |