POST api/v1/integrations/exports/report/{IntegrationExportId}
Report integration export
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegrationExportId |
Integration export Id |
universally unique identifier |
Required |
Body Parameters
request
ReportIntegrationExportV1Request| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegrationExportLogId |
Integration export log id |
universally unique identifier |
Required Example value: 3ffe3e89-fe8d-4eee-9acc-83fca04b7b52 |
| Result |
Result |
DownloadIntegrationExportV1Result |
Required Example value: Success |
| Duration |
Duration in milliseconds |
integer (32 bits) |
Required Example value: 60 Range: inclusive between 0 and 2147483647 |
| Message |
Message |
string |
Example value: Message Max length: 2048 |
| Exception |
Exception |
string |
Example value: Exception Max length: 16000 |
Request Formats
application/json
Sample:
{
"IntegrationExportLogId": "3ffe3e89-fe8d-4eee-9acc-83fca04b7b52",
"Result": "Success",
"Duration": 60,
"Message": "Message",
"Exception": "Exception"
}
Response Information
Resource Description
Report integration export
ReportIntegrationExportV1ResponseNone.
Response Formats
application/json
Sample:
{}