Get a bulk extract result
get
/services/rest/connect/v1.4/bulkExtractResults/{id}
Request
Path Parameters
-
id(required): integer
The unique identifier of the bulk extract result.
Response
Default Response
Root Schema : bulkExtractResults
Type:
objectThe results of bulk extracts containing information about the object records retrieved from Oracle B2C Service.
Show Source
-
bulkExtract:
object bulkExtract
The parameters of the bulk extract job. It is the reference to a resource in 'bulkExtracts' collection. Only ID or lookupName can be provided to specify the resource.
-
createdByAccount:
[
"object",
"null"
]
The account represents a staff member in Oracle B2C Service. Examples of staff members are customer sales representatives, sales agents, site administrators, and so on. It is the reference to a resource in 'accounts' collection. Only ID or lookupName can be provided to specify the resource.
-
createdTime:
string
The date and time when the bulk extract result was created. This attribute is read-only.
-
description:
[
"string",
"null"
]
Maximum Length:
1333The description of the bulk extract result. -
exportedData:
object bulkExtractResults-exportedData
The file attachments associated with the results of a bulk extract request.
-
id:
integer
Minimum Value:
1Maximum Value:9223372036854776000The unique identifier of the bulk extract result. -
intervalRowCount:
integer
Minimum Value:
0Maximum Value:2147483647The number of rows processed for this interval event. -
lookupName:
string
Maximum Length:
255The name used to look up the bulk extract result. -
processGuard:
[
"integer",
"null"
]
Minimum Value:
-2147483645Maximum Value:2147483647The number which ensures that only a single bulk extract job runs at a time. -
state:
object namedIDs-bulkExtractResults-state
An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
-
totalRowCount:
integer
Minimum Value:
0Maximum Value:2147483647The cumulative, running count of the number of object rows extracted during runtime. -
updatedByAccount:
[
"object",
"null"
]
The account represents a staff member in Oracle B2C Service. Examples of staff members are customer sales representatives, sales agents, site administrators, and so on. It is the reference to a resource in 'accounts' collection. Only ID or lookupName can be provided to specify the resource.
-
updatedTime:
string
The date and time when the bulk extract result was last updated. This attribute is read-only.
Nested Schema : bulkExtract
Type:
objectThe parameters of the bulk extract job. It is the reference to a resource in 'bulkExtracts' collection. Only ID or lookupName can be provided to specify the resource.
Nested Schema : bulkExtractResults-exportedData
Type:
objectThe file attachments associated with the results of a bulk extract request.
Show Source
-
contentType:
string
Maximum Length:
128Pattern:^[a-zA-Z-]+/[-a-zA-Z0-9.+_*]+$The MIME content type of the file. -
createdTime:
string
The date and time when the file was associated with the object.
-
data:
string
The data contained in the file.
-
description:
string
Maximum Length:
1333The description for the contents of the file attachment. -
fileName:
string
Maximum Length:
100Pattern:^[^ \/:*?"<>|]*$The name of the file when saving it to the disk. -
id:
integer
Minimum Value:
1Maximum Value:9223372036854776000The unique identifier of the attachment. This is the key for the list entry. -
name:
string
Maximum Length:
40Pattern:^[^ ]*$The short display name of the file attachment. -
private:
boolean
Indicates whether the file attachment is hidden from the end users. This attribute does not have a default value.
-
size:
integer
Minimum Value:
1Maximum Value:2147483647The size of the file in bytes. -
updatedTime:
[
"string",
"null"
]
The date and time when the file was last updated. This attribute is read-only.
-
uRL:
string
Maximum Length:
1333The URL to access this file.
Nested Schema : namedIDs-bulkExtractResults-state
Type:
objectAn ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
Show Source
-
id:
integer
Minimum Value:
0ID value -
lookupName:
string
Maximum Length:
255Name used to lookup this object
Examples
Use GET with the following syntax to retrieve data for a bulkExtractResult object:
https://your_site_interface/services/rest/connect/version/bulkExtractResults/bulkExtractResult_id
Request URI example:
https://mysite.example.com/services/rest/connect/v1.4/bulkExtractResults/2
Response example
{
"id": 2,
"lookupName": "2",
"createdTime": "2019-01-14T17:52:48.000Z",
"updatedTime": "2019-01-14T17:52:49.000Z",
"bulkExtract": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtracts/2"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtracts/2"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/bulkExtracts",
"mediaType": "application/schema+json"
}
]
},
"createdByAccount": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/accounts/2"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/accounts/2"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/accounts",
"mediaType": "application/schema+json"
}
]
},
"description": "Completed Successfully",
"exportedData": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtractResults/2/exportedData"
},
{
"rel": "full",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtractResults/2/exportedData/{exportedData_id}",
"templated": true
}
]
},
"intervalRowCount": 73,
"processGuard": 1547509828,
"state": {
"id": 3,
"lookupName": "Completed"
},
"totalRowCount": 73,
"updatedByAccount": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/accounts/2"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/accounts/2"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/accounts",
"mediaType": "application/schema+json"
}
]
},
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtractResults/2"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/bulkExtractResults/2"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/bulkExtractResults",
"mediaType": "application/schema+json"
}
]
}