ResponseOfExportResponse¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
errors |
array |
Yes | Array of errors that occurred if the request was unsuccessful | |
requestId |
string | Yes | Id of the request made | |
result |
array |
Yes | Array of results for individual records in the operation, may be empty | |
success |
boolean | Yes | Whether the request succeeded | |
warnings |
array |
Yes | Array of warnings given for the operation |
Generated example¶
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"requestId": "123",
"result": [
{
"createdAt": "2026-01-15T10:30:00Z",
"errorMsg": "string",
"exportId": "123",
"fileSize": 123,
"fileChecksum": "string",
"finishedAt": "2026-01-15T10:30:00Z",
"format": "string",
"numberOfRecords": 123,
"queuedAt": "2026-01-15T10:30:00Z",
"startedAt": "2026-01-15T10:30:00Z",
"status": "string"
}
],
"success": false,
"warnings": [
{
"code": 123,
"message": "string"
}
]
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.