ExportQueueItem¶
ExportQueueItem resource represents a single export queue item.
Resource definition¶
{
"Items": [
{
"Id": 2439,
"Status": 2,
"ActionUrl": "subscriptions/file/xlsx?tenantId=4663&organizationId=4014363&userId=ab69b121-b662-4388-abbc-1ddd7810605a&from=2015-01-01T00%3a00%3a00.0000000%2b00%3a00&to=2024-05-22T00%3a00%3a00.0000000%2b00%3a00&publisherId=2&cloudAccountId=&invoiceProfileId=",
"Downloadable": true,
"Attempts": 1,
"ActionName": "New Commerce License-based Report@2015.01.01 - 2024.05.22",
"RequestedBy": "lukasz.szczesniak@crayon.com",
"CreatedDate": "2024-05-30T13:39:59.387"
},
{
"Id": 2438,
"Status": 2,
"ActionUrl": "subscriptions/file/xlsx?tenantId=4663&organizationId=4014363&userId=ab69b121-b662-4388-abbc-1ddd7810605a&from=2015-01-01T00%3a00%3a00.0000000%2b00%3a00&to=2024-05-22T00%3a00%3a00.0000000%2b00%3a00&publisherId=2&cloudAccountId=&invoiceProfileId=",
"Downloadable": true,
"Attempts": 1,
"ActionName": "New Commerce License-based Report@2015.01.01 - 2024.05.22",
"RequestedBy": "lukasz.szczesniak@crayon.com",
"CreatedDate": "2024-05-30T13:36:37.093"
}
],
"NrOfDays": 7
}
Name |
Type |
Description |
---|---|---|
Id |
int |
Export queue identifier. |
Status |
ExportQueueItemStatusEnum |
None = 0, Queued = 1, Processed = 2, Deleted = 4, Failed = 8 |
ActionUrl |
string |
Action URL in Pact.Rest |
Downloadable |
bool |
Is downloadable |
Attempts |
int |
Number of attempt. |
ActionName |
string |
Action or file name. |
RequestedBy |
string |
User requested file. |
CreatedDate |
DateTime |
File creation date. |