A data export may be changed as long as it is still pending.
expand | string Expand a response to get a full related object included inside of the |
Data Export Request.
name required | string Export name. | ||||||
format required | string Export result format. | ||||||
resource required | string The type of resource being exported (e.g. transactions). | ||||||
object Export request arguments that can be passed to filter and/or sort the result set. See the arguments guide for more options and examples. | |||||||
emailNotification | Array of strings <email> List of emails to be notified when export is completed. | ||||||
fields | Array of strings List of fields to include in the export. See supporting documentation for more info. If omitted, default fields will be included. | ||||||
object Exports can reoccur according to your own schedule. | |||||||
object The date range (can be in relative formats). If omitted, all time will be included. See the Date Range guide for more options and examples. | |||||||
|
Data Export was modified.
name required | string Export name. | ||||||
format required | string Export result format. | ||||||
resource required | string The type of resource being exported (e.g. transactions). | ||||||
id | string <= 50 characters The export identifier string. | ||||||
object Export request arguments that can be passed to filter and/or sort the result set. See the arguments guide for more options and examples. | |||||||
emailNotification | Array of strings <email> List of emails to be notified when export is completed. | ||||||
fields | Array of strings List of fields to include in the export. See supporting documentation for more info. If omitted, default fields will be included. | ||||||
object Exports can reoccur according to your own schedule. | |||||||
userId | string The ID of the User who requested the data export. | ||||||
recordCount | integer The number of records in the export (excluding the header row). | ||||||
scheduledTime | string <date-time> The date and time this data export is scheduled to generate a file. | ||||||
createdTime | string <date-time> The time the data export was requested. | ||||||
updatedTime | string <date-time> (UpdatedTime) Read-only timestamp updates when the resource is updated. | ||||||
status | string Status of export request. | ||||||
Array of LinkSelf (object) or LinkUser (object) or LinkFileDownload (object) or LinkSignedLink (object) [ 1 .. 4 ] items The links related to resource. | |||||||
object The date range (can be in relative formats). If omitted, all time will be included. See the Date Range guide for more options and examples. | |||||||
|
Data Export was updated.
Location | string <uri> The location of the related resource. Example: "https://api.rebilly.com/example" |
name required | string Export name. | ||||||
format required | string Export result format. | ||||||
resource required | string The type of resource being exported (e.g. transactions). | ||||||
id | string <= 50 characters The export identifier string. | ||||||
object Export request arguments that can be passed to filter and/or sort the result set. See the arguments guide for more options and examples. | |||||||
emailNotification | Array of strings <email> List of emails to be notified when export is completed. | ||||||
fields | Array of strings List of fields to include in the export. See supporting documentation for more info. If omitted, default fields will be included. | ||||||
object Exports can reoccur according to your own schedule. | |||||||
userId | string The ID of the User who requested the data export. | ||||||
recordCount | integer The number of records in the export (excluding the header row). | ||||||
scheduledTime | string <date-time> The date and time this data export is scheduled to generate a file. | ||||||
createdTime | string <date-time> The time the data export was requested. | ||||||
updatedTime | string <date-time> (UpdatedTime) Read-only timestamp updates when the resource is updated. | ||||||
status | string Status of export request. | ||||||
Array of LinkSelf (object) or LinkUser (object) or LinkFileDownload (object) or LinkSignedLink (object) [ 1 .. 4 ] items The links related to resource. | |||||||
object The date range (can be in relative formats). If omitted, all time will be included. See the Date Range guide for more options and examples. | |||||||
|
Unauthorized access, invalid credentials were used.
Access forbidden.
Invalid data was sent.
{- "name": "string",
- "resource": "customers",
- "format": "csv",
- "arguments": {
- "filter": "string",
- "sort": "string",
- "q": "string"
}, - "emailNotification": [
- "user@example.com"
], - "fields": [
- "string"
], - "recurring": {
- "instruction": "string",
- "start": "2019-08-24T14:15:22Z"
}, - "dateRange": {
- "start": "yesterday",
- "end": "today",
- "field": "createdTime"
}
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "resource": "customers",
- "format": "csv",
- "arguments": {
- "filter": "string",
- "sort": "string",
- "q": "string"
}, - "emailNotification": [
- "user@example.com"
], - "fields": [
- "string"
], - "recurring": {
- "instruction": "string",
- "start": "2019-08-24T14:15:22Z"
}, - "userId": "string",
- "recordCount": 0,
- "scheduledTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "status": "pending",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
], - "dateRange": {
- "start": "yesterday",
- "end": "today",
- "field": "createdTime"
}
}