Get all export jobs

get

https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob

Returns a list of export jobs that match the search criteria.

Request

Query Parameters
  • The job request submitter name.
  • The comma-separated field names that are returned in the response. The field names are the names that you specify when you create or retrieve a resource.
  • The user defined optional file name prefix.
  • The unique ID of the resource item.
  • The number of resources to be returned in the response. The minimum value that can be specified is 1, and the maximum value that can be specified is 100,000. If the specified value is greater than 100,000, then it defaults to 100,000.
  • The record number from which the retrieval starts. The default value is zero. If no value is specified, then it defaults to zero. The value zero indicates that the retrieval will start from the beginning of the collection.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The list of export jobs was returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ExportJobOracle
Title: ExportJobOracle
Match All
Show Source
  • ExportJob
    Title: ExportJob
    Discriminator: { "propertyName":"@type", "mapping":{ "ExportJob":"#/components/schemas/ExportJob", "ExportJobOracle":"#/components/schemas/ExportJobOracle" } }
    The task that exports resources to a file.
  • ExportJobOracle-allOf[1]
Nested Schema : ExportJob
Type: object
Title: ExportJob
Discriminator: @type

Discriminator Values

The task that exports resources to a file.
Show Source
Nested Schema : ExportJobOracle-allOf[1]
Type: object
Show Source
Nested Schema : ExportOptionsOracle
Type: object
Title: ExportOptionsOracle
The task that exports resources to a file.
Show Source
Nested Schema : exportSummary
Type: object
The summary of the export job.
Show Source
Nested Schema : filter
Type: array
A list of filters associated with the export option.
Show Source
Nested Schema : TimePeriodOracle
Type: object
Title: TimePeriodOracle
The validity period of the related party.
Show Source
Nested Schema : notificationUsers
Type: array
A list of notification users associated with the export option.
Show Source
Nested Schema : project
Type: object
The project associated with the export options.
Show Source
Nested Schema : resourceType
Type: array
A list of resource types associated with the export option.
Show Source
  • Allowed Values: [ "productRule", "package", "commercial_bundle", "service_bundle", "service", "device", "accessory", "productOffering", "productOfferingPrice", "priceplan", "productLine", "promotion", "policyRule", "pricingLogicAlgorithmSpecification", "balanceElement", "productSpecification", "serviceSpecification", "usageSpecification", "customerProfileSpecification", "pricelist", "customProfileSpecification", "taxServiceProvider", "catalog", "category", "entitlement", "priceTag" ]
Nested Schema : ScheduleJobOracle
Type: object
The schedule job resource.
Show Source
Nested Schema : ExportFilterOracle
Type: object
Title: ExportFilterOracle
The export filter resource.
Show Source
Nested Schema : recurrenceFields
Type: object
The recurrence fields associated with the schedule job.
Show Source
Nested Schema : dayOfMonth
Type: array
A list of day of months associated with the schedule job.
Show Source
Nested Schema : dayOfWeek
Type: array
A list of day of weeks associated with the schedule job.
Show Source
  • Allowed Values: [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]
    Indicates the day of week for schedule job recurrence. Valid values are MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
Nested Schema : monthOfyear
Type: array
A list of month ofyears associated with the schedule job.
Show Source
  • Allowed Values: [ "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" ]
    Indicates the month of year for schedule job recurrence. Valid values are JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, and DECEMBER.
Nested Schema : timeOfDay
Type: object
Indicates the time of day for schedule job recurrence.
Show Source
  • Minimum Value: 0
    Maximum Value: 23
    The hour associated with the schedule job.
  • Minimum Value: 0
    Maximum Value: 59
    The minute associated with the schedule job.
  • Minimum Value: 0
    Maximum Value: 59
    The second associated with the schedule job.
Nested Schema : weekOfMonth
Type: array
A list of week of months associated with the schedule job.
Show Source
  • Allowed Values: [ "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST" ]
    Indicates the week of month for schedule job recurrence. Valid values are FIRST, SECOND, THIRD, FOURTH, FIFTH, and LAST.
Nested Schema : resources
Type: array
A list of resources included in the export summary.
Show Source
Nested Schema : ExportSummaryResource
Type: object
Title: ExportSummaryResource
The object that contains exported resource details, such as name and count.
Show Source

400 Response

Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

401 Response

Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

404 Response

The resource with the specified URI couldn't be found.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

500 Response

The server encountered something unexpected that prevented it from completing the request.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

501 Response

The server doesn't support the functionality required to fulfill the request.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source
Back to Top

Examples

The following example shows how to retrieve export job by submitting a get request on the REST resource using cURL.

curl -u username:password -X GET https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob

Example of Response Body

The following example shows the contents of the response body in JSON format.

[
    {
        "id": 130129,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130129",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 12:26:58.073",
        "completionDate": "2021-03-11 12:27:39.02",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "POFile001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "device"
            ]
        },
        "createdBy": "booth",
        "path": "device",
        "url": "v1/exportFile/POFile001_130129.json",
        "exportSummary": {
            "id": 130129,
            "totalExportObjects": 18,
            "resources": [
                {
                    "name": "productOffering",
                    "count": 18
                }
            ]
        }
    },
    {
        "id": 130114,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130114",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 12:20:46.157",
        "completionDate": "2021-03-11 12:21:38.04",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "Specfile001",
            "resourceType": [
                "productSpecification"
            ],
            "id": "SimpleSpec008",
            "name": "SimpleSpec008"
        },
        "createdBy": "booth",
        "path": "productSpecification",
        "url": "v1/exportFile/Specfile001_130114.json",
        "exportSummary": {
            "id": 130114,
            "totalExportObjects": 1,
            "resources": [
                {
                    "name": "productSpecification",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 130109,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130109",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 12:20:28.027",
        "completionDate": "2021-03-11 12:21:04.91",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "Package001",
            "resourceType": [
                "productSpecification"
            ],
            "id": "SimpleSpec008",
            "name": "SimpleSpec008"
        },
        "createdBy": "booth",
        "path": "productSpecification",
        "url": "v1/exportFile/Package001_130109.json",
        "exportSummary": {
            "id": 130109,
            "totalExportObjects": 1,
            "resources": [
                {
                    "name": "productSpecification",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 130088,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130088",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 12:05:38.863",
        "completionDate": "2021-03-11 12:06:37.784",
        "exportOptions": {
            "exportReferenced": false,
            "project": {
                "id": "MarchRegProj2027",
                "name": "MarchRegProj2027"
            },
            "filenamePrefix": "MyProjPromO123"
        },
        "createdBy": "booth",
        "url": "v1/exportFile/MyProjPromO123_130088.json",
        "exportSummary": {
            "id": 130088,
            "totalExportObjects": 2,
            "resources": [
                {
                    "name": "category",
                    "count": 1
                },
                {
                    "name": "catalog",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 130011,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130011",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:51:02.145",
        "completionDate": "2021-03-11 11:57:47.935",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_130011.json",
        "exportSummary": {
            "id": 130011,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 130008,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130008",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:50:46.73",
        "completionDate": "2021-03-11 11:56:32.476",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_130008.json",
        "exportSummary": {
            "id": 130008,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 130002,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130002",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:50:30.447",
        "completionDate": "2021-03-11 11:55:17.035",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_130002.json",
        "exportSummary": {
            "id": 130002,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 130000,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/130000",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:50:24.475",
        "completionDate": "2021-03-11 11:54:01.717",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_130000.json",
        "exportSummary": {
            "id": 130000,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 129997,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129997",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:50:17.363",
        "completionDate": "2021-03-11 11:52:46.39",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_129997.json",
        "exportSummary": {
            "id": 129997,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 129995,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129995",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:50:00.343",
        "completionDate": "2021-03-11 11:51:31.102",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "url": "v1/exportFile/FileExport001_129995.json",
        "exportSummary": {
            "id": 129995,
            "totalExportObjects": 55,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 13
                },
                {
                    "name": "category",
                    "count": 3
                },
                {
                    "name": "catalog",
                    "count": 2
                },
                {
                    "name": "productSpecification",
                    "count": 12
                },
                {
                    "name": "productOffering",
                    "count": 25
                }
            ]
        }
    },
    {
        "id": 129978,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129978",
        "status": "ERROR",
        "creationDate": "2021-03-11 11:47:29.566",
        "completionDate": "2021-03-11 11:49:25.498",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "FileExport001",
            "lifecycleStatus": "In design",
            "resourceType": [
                "package",
                "commercial_bundle",
                "service_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "productLine",
                "pricingLogicAlgorithmSpecification",
                "constraint",
                "productSpecification"
            ]
        },
        "createdBy": "booth",
        "errorLog": "Error retrieval reference data.\nError exporting  for resource during Reference handling \"productLine\".\nReference subJobId \"129994\".\nGiven resourceId \"AOF_RT_22_1_2021_11_9_28\".\nError Message:The requested resource isn''t available because it''s invalid or incorrect. (ATC-5325040)\n\n",
        "errorLogUrl": "v1/exportFile/129978.log"
    },
    {
        "id": 129942,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129942",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 11:20:34.966",
        "completionDate": "2021-03-11 11:21:32.023",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "Package001",
            "resourceType": [
                "catalog"
            ],
            "id": "RamKrishnaNew0077",
            "name": "RamKrishna0077"
        },
        "createdBy": "booth",
        "path": "catalog",
        "url": "v1/exportFile/Package001_129942.json",
        "exportSummary": {
            "id": 129942,
            "totalExportObjects": 2,
            "resources": [
                {
                    "name": "category",
                    "count": 1
                },
                {
                    "name": "catalog",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 129836,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129836",
        "status": "SUCCEEDED",
        "creationDate": "2021-03-11 10:24:48.571",
        "completionDate": "2021-03-11 10:26:27.307",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "Package001",
            "resourceType": [
                "package"
            ],
            "id": "BOF_27_1_2021_18_7_58",
            "name": "BOF_27_1_2021_18_7_58"
        },
        "createdBy": "booth",
        "path": "package",
        "url": "v1/exportFile/Package001_129836.json",
        "exportSummary": {
            "id": 129836,
            "totalExportObjects": 13,
            "resources": [
                {
                    "name": "productOfferingPrice",
                    "count": 5
                },
                {
                    "name": "productLine",
                    "count": 2
                },
                {
                    "name": "balanceElement",
                    "count": 1
                },
                {
                    "name": "pricelist",
                    "count": 1
                },
                {
                    "name": "productSpecification",
                    "count": 1
                },
                {
                    "name": "productOffering",
                    "count": 3
                }
            ]
        }
    },
    {
        "id": 129807,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129807",
        "status": "ERROR",
        "creationDate": "2021-03-11 10:04:51.036",
        "completionDate": "2021-03-11 10:05:52.277",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "5thTestCase009",
            "lifecycleStatus": "In design",
            "resourceType": [
                "device"
            ]
        },
        "createdBy": "booth",
        "path": "device",
        "errorLog": "Error retrieval reference data.\nError exporting  for resource during Reference handling \"productLine\".\nReference subJobId \"129815\".\nGiven resourceId \"AOF_RT_22_1_2021_11_9_28\".\nError Message:The requested resource isn''t available because it''s invalid or incorrect. (ATC-5325040)\n\n",
        "errorLogUrl": "v1/exportFile/129807.log"
    },
    {
        "id": 129782,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/129782",
        "status": "ERROR",
        "creationDate": "2021-03-11 09:56:15.177",
        "completionDate": "2021-03-11 09:58:10.236",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "TestXpor001",
            "resourceType": [
                "commercial_bundle",
                "service",
                "device",
                "accessory",
                "priceplan",
                "catalog",
                "category",
                "productLine",
                "pricingLogicAlgorithmSpecification"
            ]
        },
        "createdBy": "booth",
        "errorLog": "Error retrieval reference data.\nError exporting  for resource during Reference handling \"productLine\".\nReference subJobId \"129799\".\nGiven resourceId \"AOF_RT_22_1_2021_11_9_28\".\nError Message:The requested resource isn''t available because it''s invalid or incorrect. (ATC-5325040)\n\n",
        "errorLogUrl": "v1/exportFile/129782.log"
    },
    {
        "id": 95398,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/95398",
        "status": "SUCCEEDED",
        "creationDate": "2021-02-16 15:25:37.092",
        "completionDate": "2021-02-16 15:26:26.998",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "test21File",
            "resourceType": [
                "productSpecification"
            ],
            "id": "SimpleSpec008",
            "name": "SimpleSpec008"
        },
        "createdBy": "booth",
        "path": "productSpecification",
        "url": "v1/exportFile/test21File_95398.json",
        "exportSummary": {
            "id": 95398,
            "totalExportObjects": 1,
            "resources": [
                {
                    "name": "productSpecification",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 74212,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/74212",
        "status": "SUCCEEDED",
        "creationDate": "2021-01-29 11:16:35.862",
        "completionDate": "2021-01-29 11:17:23.543",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "test21File",
            "resourceType": [
                "productSpecification"
            ],
            "id": "SimpleSpec008",
            "name": "SimpleSpec008"
        },
        "createdBy": "booth",
        "path": "productSpecification",
        "url": "v1/exportFile/test21File_74212.json",
        "exportSummary": {
            "id": 74212,
            "totalExportObjects": 1,
            "resources": [
                {
                    "name": "productSpecification",
                    "count": 1
                }
            ]
        }
    },
    {
        "id": 72795,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/72795",
        "status": "ERROR",
        "creationDate": "2021-01-28 05:30:34.357",
        "completionDate": "2021-01-28 05:30:52.117",
        "exportOptions": {
            "exportReferenced": false,
            "filenamePrefix": "exp",
            "resourceType": [
                "productOfferingPrice"
            ],
            "id": "2867288252-1611307289044",
            "name": "2867288252-1611307289044"
        },
        "createdBy": "booth",
        "path": "productOfferingPrice",
        "errorLog": "",
        "errorLogUrl": "v1/exportFile/72795.log"
    },
    {
        "id": 72794,
        "@type": "ExportJobOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/exportJob/72794",
        "status": "ERROR",
        "creationDate": "2021-01-28 05:29:42.743",
        "completionDate": "2021-01-28 05:29:53.832",
        "exportOptions": {
            "exportReferenced": true,
            "filenamePrefix": "exp",
            "resourceType": [
                "productOfferingPrice"
            ],
            "id": "2867288252-1611307289044",
            "name": "2867288252-1611307289044"
        },
        "createdBy": "booth",
        "path": "productOfferingPrice",
        "errorLog": "",
        "errorLogUrl": "v1/exportFile/72794.log"
    }
]
Back to Top