TAG LINE
TAG LINE
SMALL TITLE

Data Import

(API Version v5)


Retrieves the most recent DataImport upload instance.


What can you do with DataImport?


Properties

Property Details
identity
READ-ONLY
"identity": 0
Type: Number
This is the unique numeric identifier for the DataImport
ownerId
READ-ONLY
"ownerId": 10
Type: Number
Unique identifier for the associated Owner object.
ownerName
READ-ONLY
"ownerName": "Sample Name"
Type: String
The name of the object associated with the ownerId property.
name
"name": "Hello World"
Type: String
dataProfileId
"dataProfileId": 8
Type: Number
Unique identifier for the associated DataProfile object.
dataProfileName
"dataProfileName": "Sample Name"
Type: String
The name of the object associated with the dataProfileId property.
envelopesPerRequest
"envelopesPerRequest": 19
Type: Number
patchesPerEnvelope
"patchesPerEnvelope": 5
Type: Number
stopOnError
"stopOnError": true
Type: Boolean


End Points

GETDataImport/{id}/LastUpload
Retrieve all of the LastUpload objects for the specified DataImport.
{id}Unique identifier for the DataImport object.
Retrieve all of the LastUpload objects for the specified DataImport.
GET DataImport/{id}/LastUpload
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "ownerId": 7,
        "ownerName": "Sample Text Data",
        "name": "Sample Text Data",
        "dataProfileId": 26,
        "dataProfileName": "Sample Text Data",
        "envelopesPerRequest": 17,
        "patchesPerEnvelope": 10,
        "stopOnError": true
    }
}